Html Css Color HEX #A84424 Rock Spray

📋 copy color: '#A84424'

red 168 ◦ green 68 ◦ blue 36

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

Shades of Rock Spray #A84424

Tints of Rock Spray #A84424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 61.76%
G = 25%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A84424 (or 0xA84424) is known color: Rock Spray. HEX triplet: A8, 44 and 24. RGB value is (168,68,36). Sum of RGB (Red+Green+Blue) = 168+68+36=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A84424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84424 is #57BBDB. Grayscale: #5E5E5E. Windows color (decimal): -5749724 or 2376872. OLE color: 2376872.

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

Color convert

RGB 168 68 36 -
CMYK 0 0.60 0.79 0.34
HSL 14.55º 0.65% 0.4% -
HSV(B) 14.55º 0.79% 0.66% -
XYZ 18.53 12.59 3.12 -
YUV 94.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 168 68 36 0 0.60 0.79 0.34 14.55 0.65 0.4
Hex A8 44 24 0 3C 4F 22 F 41 28
Octal 250 104 44 0 74 117 42 17 101 50
Binary 10101000 1000100 100100 0 111100 1001111 100010 1111 1000001 101000

Color Harmonies of #A84424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84424

Black with #A84424

Text Example


Text Example

White with #A84424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84424; }

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

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

background-color css

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

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

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

border-color css

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

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

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