Html Css Color HEX #A84731 Rock Spray

📋 copy color: '#A84731'

red 168 ◦ green 71 ◦ blue 49

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

Shades of Rock Spray #A84731

Tints of Rock Spray #A84731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 58.33%
G = 24.65%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84731 (or 0xA84731) is known color: Rock Spray. HEX triplet: A8, 47 and 31. RGB value is (168,71,49). Sum of RGB (Red+Green+Blue) = 168+71+49=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A84731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84731 is #57B8CE. Grayscale: #616161. Windows color (decimal): -5748943 or 3229608. OLE color: 3229608.

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

Color convert

RGB 168 71 49 -
CMYK 0 0.58 0.71 0.34
HSL 11.09º 0.55% 0.43% -
HSV(B) 11.09º 0.71% 0.66% -
XYZ 18.96 13.05 4.43 -
YUV 97.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 168 71 49 0 0.58 0.71 0.34 11.09 0.55 0.43
Hex A8 47 31 0 3A 47 22 B 37 2B
Octal 250 107 61 0 72 107 42 13 67 53
Binary 10101000 1000111 110001 0 111010 1000111 100010 1011 110111 101011

Color Harmonies of #A84731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84731

Black with #A84731

Text Example


Text Example

White with #A84731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84731; }

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

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

background-color css

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

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

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

border-color css

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

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

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