Html Css Color HEX #A84221 Rock Spray

📋 copy color: '#A84221'

red 168 ◦ green 66 ◦ blue 33

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

Shades of Rock Spray #A84221

Tints of Rock Spray #A84221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 62.92%
G = 24.72%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A84221 (or 0xA84221) is known color: Rock Spray. HEX triplet: A8, 42 and 21. RGB value is (168,66,33). Sum of RGB (Red+Green+Blue) = 168+66+33=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A84221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84221 is #57BDDE. Grayscale: #5C5C5C. Windows color (decimal): -5750239 or 2179752. OLE color: 2179752.

HSL color Cylindrical-coordinate representation of color #A84221: hue angle of 14.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A84221 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 33 -
CMYK 0 0.61 0.80 0.34
HSL 14.67º 0.67% 0.39% -
HSV(B) 14.67º 0.8% 0.66% -
XYZ 18.37 12.33 2.85 -
YUV 92.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 168 66 33 0 0.61 0.80 0.34 14.67 0.67 0.39
Hex A8 42 21 0 3D 50 22 F 43 27
Octal 250 102 41 0 75 120 42 17 103 47
Binary 10101000 1000010 100001 0 111101 1010000 100010 1111 1000011 100111

Color Harmonies of #A84221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84221

Black with #A84221

Text Example


Text Example

White with #A84221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84221; }

 p { color: rgb(168,66,33); }

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

background-color css

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

 a { background-color: rgb(168,66,33); }

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

border-color css

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

 span { border-color: rgb(168,66,33); }

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