#A75034

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

Shades of Orange Roughy #A75034

Tints of Orange Roughy #A75034

Color information

#A75034 (or 0xA75034) is unknown color: approx Orange Roughy. HEX triplet: A7, 50 and 34. RGB value is (167,80,52). Sum of RGB (Red+Green+Blue) = 167+80+52=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A75034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75034 is #58AFCB. Grayscale: #676767. Windows color (decimal): -5812172 or 3428519. OLE color: 3428519.

HSL color Cylindrical-coordinate representation of color #A75034: hue angle of 14.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A75034 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1678052-
CMYK00.520.690.35
HSL14.61º52.51%42.94%-
HSV(B)14.61º68.86%65.49%-
XYZ19.4214.24.97-
YUV102.8299.32173.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=55.85%
G=26.76%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167805200.520.690.3514.6152.5142.94
HexA750340344523f352b
Octal2471206406410543176553
Binary101001111010000110100011010010001011000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75034; }

 p { color: rgb(167,80,52); }

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

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

 a { background-color: rgb(167,80,52); }

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

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

 span { border-color: rgb(167,80,52); }

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