#A84933

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

Shades of Orange Roughy #A84933

Tints of Orange Roughy #A84933

Color information

#A84933 (or 0xA84933) is unknown color: approx Orange Roughy. HEX triplet: A8, 49 and 33. RGB value is (168,73,51). Sum of RGB (Red+Green+Blue) = 168+73+51=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A84933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84933 is #57B6CC. Grayscale: #636363. Windows color (decimal): -5748429 or 3361192. OLE color: 3361192.

HSL color Cylindrical-coordinate representation of color #A84933: hue angle of 11.28º 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 #A84933 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1687351-
CMYK00.570.700.34
HSL11.28º53.42%42.94%-
HSV(B)11.28º69.64%65.88%-
XYZ19.1313.334.7-
YUV98.9100.97177.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=57.53%
G=25%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168735100.570.700.3411.2853.4242.94
HexA849330394622b352b
Octal2501116307110642136553
Binary101010001001001110011011100110001101000101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84933; }

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

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

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

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

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

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

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

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