Html Css Color HEX #A84324 Rock Spray

📋 copy color: '#A84324'

red 168 ◦ green 67 ◦ blue 36

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

Shades of Rock Spray #A84324

Tints of Rock Spray #A84324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 61.99%
G = 24.72%
B = 13.28%

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

#A84324 (or 0xA84324) is known color: Rock Spray. HEX triplet: A8, 43 and 24. RGB value is (168,67,36). Sum of RGB (Red+Green+Blue) = 168+67+36=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A84324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84324 is #57BCDB. Grayscale: #5D5D5D. Windows color (decimal): -5749980 or 2376616. OLE color: 2376616.

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

Color convert

RGB 168 67 36 -
CMYK 0 0.60 0.79 0.34
HSL 14.09º 0.65% 0.4% -
HSV(B) 14.09º 0.79% 0.66% -
XYZ 18.47 12.47 3.1 -
YUV 93.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 168 67 36 0 0.60 0.79 0.34 14.09 0.65 0.4
Hex A8 43 24 0 3C 4F 22 E 41 28
Octal 250 103 44 0 74 117 42 16 101 50
Binary 10101000 1000011 100100 0 111100 1001111 100010 1110 1000001 101000

Color Harmonies of #A84324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84324

Black with #A84324

Text Example


Text Example

White with #A84324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84324; }

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

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

background-color css

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

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

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

border-color css

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

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

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