#A85438

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

Shades of Orange Roughy #A85438

Tints of Orange Roughy #A85438

Color information

#A85438 (or 0xA85438) is unknown color: approx Orange Roughy. HEX triplet: A8, 54 and 38. RGB value is (168,84,56). Sum of RGB (Red+Green+Blue) = 168+84+56=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A85438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85438 is #57ABC7. Grayscale: #6A6A6A. Windows color (decimal): -5745608 or 3691688. OLE color: 3691688.

HSL color Cylindrical-coordinate representation of color #A85438: hue angle of 15º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A85438 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1688456-
CMYK00.50.670.34
HSL15º50%43.92%-
HSV(B)15º66.67%65.88%-
XYZ20.0314.955.57-
YUV105.9299.83172.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168845600.50.670.34155043.92
HexA854380324322f322c
Octal2501247006210342176254
Binary101010001010100111000011001010000111000101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85438; }

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

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

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

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

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

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

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

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