#A75234

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

Shades of Orange Roughy #A75234

Tints of Orange Roughy #A75234

Color information

#A75234 (or 0xA75234) is unknown color: approx Orange Roughy. HEX triplet: A7, 52 and 34. RGB value is (167,82,52). Sum of RGB (Red+Green+Blue) = 167+82+52=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A75234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75234 is #58ADCB. Grayscale: #686868. Windows color (decimal): -5811660 or 3429031. OLE color: 3429031.

HSL color Cylindrical-coordinate representation of color #A75234: hue angle of 15.65º 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 #A75234 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1678252-
CMYK00.510.690.35
HSL15.65º52.51%42.94%-
HSV(B)15.65º68.86%65.49%-
XYZ19.5714.55.02-
YUV10498.66172.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=55.48%
G=27.24%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167825200.510.690.3515.6552.5142.94
HexA75234033452310352b
Octal2471226406310543206553
Binary1010011110100101101000110011100010110001110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75234; }

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

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

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

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

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

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

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

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