Html Css Color HEX #A84831 Rock Spray

📋 copy color: '#A84831'

red 168 ◦ green 72 ◦ blue 49

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

Shades of Rock Spray #A84831

Tints of Rock Spray #A84831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 58.13%
G = 24.91%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84831 (or 0xA84831) is known color: Rock Spray. HEX triplet: A8, 48 and 31. RGB value is (168,72,49). Sum of RGB (Red+Green+Blue) = 168+72+49=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A84831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84831 is #57B7CE. Grayscale: #626262. Windows color (decimal): -5748687 or 3229864. OLE color: 3229864.

HSL color Cylindrical-coordinate representation of color #A84831: hue angle of 11.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84831 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 49 -
CMYK 0 0.57 0.71 0.34
HSL 11.6º 0.55% 0.43% -
HSV(B) 11.6º 0.71% 0.66% -
XYZ 19.02 13.18 4.45 -
YUV 98.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 168 72 49 0 0.57 0.71 0.34 11.6 0.55 0.43
Hex A8 48 31 0 39 47 22 C 37 2B
Octal 250 110 61 0 71 107 42 14 67 53
Binary 10101000 1001000 110001 0 111001 1000111 100010 1100 110111 101011

Color Harmonies of #A84831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84831

Black with #A84831

Text Example


Text Example

White with #A84831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84831; }

 p { color: rgb(168,72,49); }

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

background-color css

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

 a { background-color: rgb(168,72,49); }

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

border-color css

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

 span { border-color: rgb(168,72,49); }

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