#A75439

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

Shades of Orange Roughy #A75439

Tints of Orange Roughy #A75439

Color information

#A75439 (or 0xA75439) is unknown color: approx Orange Roughy. HEX triplet: A7, 54 and 39. RGB value is (167,84,57). Sum of RGB (Red+Green+Blue) = 167+84+57=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A75439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75439 is #58ABC6. Grayscale: #696969. Windows color (decimal): -5811143 or 3757223. OLE color: 3757223.

HSL color Cylindrical-coordinate representation of color #A75439: hue angle of 14.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A75439 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1678457-
CMYK00.500.660.35
HSL14.73º49.11%43.92%-
HSV(B)14.73º65.87%65.49%-
XYZ19.8514.855.69-
YUV105.74100.5171.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=54.22%
G=27.27%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167845700.500.660.3514.7349.1143.92
HexA754390324223f312c
Octal2471247106210243176154
Binary101001111010100111001011001010000101000111111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75439; }

 p { color: rgb(167,84,57); }

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

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

 a { background-color: rgb(167,84,57); }

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

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

 span { border-color: rgb(167,84,57); }

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