Html Css Color HEX #A84329 Rock Spray

📋 copy color: '#A84329'

red 168 ◦ green 67 ◦ blue 41

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

Shades of Rock Spray #A84329

Tints of Rock Spray #A84329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 60.87%
G = 24.28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A84329 (or 0xA84329) is known color: Rock Spray. HEX triplet: A8, 43 and 29. RGB value is (168,67,41). Sum of RGB (Red+Green+Blue) = 168+67+41=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A84329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84329 is #57BCD6. Grayscale: #5E5E5E. Windows color (decimal): -5749975 or 2704296. OLE color: 2704296.

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

Color convert

RGB 168 67 41 -
CMYK 0 0.60 0.76 0.34
HSL 12.28º 0.61% 0.41% -
HSV(B) 12.28º 0.76% 0.66% -
XYZ 18.56 12.5 3.53 -
YUV 94.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 168 67 41 0 0.60 0.76 0.34 12.28 0.61 0.41
Hex A8 43 29 0 3C 4C 22 C 3D 29
Octal 250 103 51 0 74 114 42 14 75 51
Binary 10101000 1000011 101001 0 111100 1001100 100010 1100 111101 101001

Color Harmonies of #A84329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84329

Black with #A84329

Text Example


Text Example

White with #A84329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84329; }

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

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

background-color css

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

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

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

border-color css

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

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

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