#A45438

Color #A45438 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A45438

Tints of Orange Roughy #A45438

Color information

#A45438 (or 0xA45438) is unknown color: approx Orange Roughy. HEX triplet: A4, 54 and 38. RGB value is (164,84,56). Sum of RGB (Red+Green+Blue) = 164+84+56=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A45438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45438 is #5BABC7. Grayscale: #686868. Windows color (decimal): -6007752 or 3691684. OLE color: 3691684.

HSL color Cylindrical-coordinate representation of color #A45438: hue angle of 15.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A45438 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1648456-
CMYK00.490.660.36
HSL15.56º49.09%43.14%-
HSV(B)15.56º65.85%64.31%-
XYZ19.1914.525.53-
YUV104.73100.5170.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=53.95%
G=27.63%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164845600.490.660.3615.5649.0943.14
HexA45438031422410312b
Octal2441247006110244206153
Binary1010010010101001110000110001100001010010010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45438; }

 p { color: rgb(164,84,56); }

 H1.HeaderClassName
 {
   color: #A45438;
 }
 .AnyTagClassName
 {
   color: #A45438;
 }
</style>
background-color css

<style>
 a { background-color: #A45438; }

 a { background-color: rgb(164,84,56); }

 div.DivClassName
 {
   background-color: #A45438;
 }
 .BgClassName
 {
   background-color: #A45438;
 }
</style>
border-color css

<style>
 span { border-color: #A45438; }

 span { border-color: rgb(164,84,56); }

 td.TdClassName
 {
   border-color: #A45438;
 }
 .TagClassName
 {
   border-color: #A45438;
 }
</style>