#A84A33

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

Shades of Orange Roughy #A84A33

Tints of Orange Roughy #A84A33

Color information

#A84A33 (or 0xA84A33) is unknown color: approx Orange Roughy. HEX triplet: A8, 4A and 33. RGB value is (168,74,51). Sum of RGB (Red+Green+Blue) = 168+74+51=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A33 is #57B5CC. Grayscale: #636363. Windows color (decimal): -5748173 or 3361448. OLE color: 3361448.

HSL color Cylindrical-coordinate representation of color #A84A33: hue angle of 11.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84A33 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1687451-
CMYK00.560.700.34
HSL11.79º53.42%42.94%-
HSV(B)11.79º69.64%65.88%-
XYZ19.1913.464.72-
YUV99.48100.64176.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.34%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=57.34%
G=25.26%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168745100.560.700.3411.7953.4242.94
HexA84A330384622c352b
Octal2501126307010642146553
Binary101010001001010110011011100010001101000101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A33; }

 p { color: rgb(168,74,51); }

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

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

 a { background-color: rgb(168,74,51); }

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

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

 span { border-color: rgb(168,74,51); }

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