#A75033

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

Shades of Orange Roughy #A75033

Tints of Orange Roughy #A75033

Color information

#A75033 (or 0xA75033) is unknown color: approx Orange Roughy. HEX triplet: A7, 50 and 33. RGB value is (167,80,51). Sum of RGB (Red+Green+Blue) = 167+80+51=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A75033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75033 is #58AFCC. Grayscale: #666666. Windows color (decimal): -5812173 or 3362983. OLE color: 3362983.

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

Color convert

RGB1678051-
CMYK00.520.690.35
HSL15º53.21%42.75%-
HSV(B)15º69.46%65.49%-
XYZ19.414.194.85-
YUV102.7198.82173.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=56.04%
G=26.85%
B=17.11%

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
Decimal167805100.520.690.351553.2142.75
HexA750330344523f352b
Octal2471206306410543176553
Binary101001111010000110011011010010001011000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75033; }

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

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

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

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

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

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

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

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