Html Css Color HEX #A84420 Rock Spray

📋 copy color: '#A84420'

red 168 ◦ green 68 ◦ blue 32

#A84420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A84420

Tints of Rock Spray #A84420

RGB

 RED value IS 168 (66.02% from 255) = 62.69%

 GREEN value IS 68 (26.95% from 255) = 25.37%

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 62.69%
G = 25.37%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A84420 (or 0xA84420) is known color: Rock Spray. HEX triplet: A8, 44 and 20. RGB value is (168,68,32). Sum of RGB (Red+Green+Blue) = 168+68+32=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A84420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84420 is #57BBDF. Grayscale: #5E5E5E. Windows color (decimal): -5749728 or 2114728. OLE color: 2114728.

HSL color Cylindrical-coordinate representation of color #A84420: hue angle of 15.88º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A84420 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 32 -
CMYK 0 0.60 0.81 0.34
HSL 15.88º 0.68% 0.39% -
HSV(B) 15.88º 0.81% 0.66% -
XYZ 18.48 12.56 2.82 -
YUV 93.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 168 68 32 0 0.60 0.81 0.34 15.88 0.68 0.39
Hex A8 44 20 0 3C 51 22 10 44 27
Octal 250 104 40 0 74 121 42 20 104 47
Binary 10101000 1000100 100000 0 111100 1010001 100010 10000 1000100 100111

Color Harmonies of #A84420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84420

Black with #A84420

Text Example


Text Example

White with #A84420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84420; }

 p { color: rgb(168,68,32); }

 H1.HeaderClassName
 {
   color: #A84420;
 }
 .AnyTagClassName
 {
   color: #A84420;
 }
</style>

background-color css

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

 a { background-color: rgb(168,68,32); }

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

border-color css

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

 span { border-color: rgb(168,68,32); }

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