Html Css Color HEX #A84631 Rock Spray

📋 copy color: '#A84631'

red 168 ◦ green 70 ◦ blue 49

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

Shades of Rock Spray #A84631

Tints of Rock Spray #A84631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 58.54%
G = 24.39%
B = 17.07%

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

#A84631 (or 0xA84631) is known color: Rock Spray. HEX triplet: A8, 46 and 31. RGB value is (168,70,49). Sum of RGB (Red+Green+Blue) = 168+70+49=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A84631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84631 is #57B9CE. Grayscale: #616161. Windows color (decimal): -5749199 or 3229352. OLE color: 3229352.

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

Color convert

RGB 168 70 49 -
CMYK 0 0.58 0.71 0.34
HSL 10.59º 0.55% 0.43% -
HSV(B) 10.59º 0.71% 0.66% -
XYZ 18.89 12.93 4.41 -
YUV 96.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 168 70 49 0 0.58 0.71 0.34 10.59 0.55 0.43
Hex A8 46 31 0 3A 47 22 B 37 2B
Octal 250 106 61 0 72 107 42 13 67 53
Binary 10101000 1000110 110001 0 111010 1000111 100010 1011 110111 101011

Color Harmonies of #A84631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84631

Black with #A84631

Text Example


Text Example

White with #A84631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84631; }

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

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

background-color css

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

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

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

border-color css

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

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

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