Html Css Color HEX #A84730 Rock Spray

📋 copy color: '#A84730'

red 168 ◦ green 71 ◦ blue 48

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

Shades of Rock Spray #A84730

Tints of Rock Spray #A84730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 58.54%
G = 24.74%
B = 16.72%

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

#A84730 (or 0xA84730) is known color: Rock Spray. HEX triplet: A8, 47 and 30. RGB value is (168,71,48). Sum of RGB (Red+Green+Blue) = 168+71+48=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A84730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84730 is #57B8CF. Grayscale: #616161. Windows color (decimal): -5748944 or 3164072. OLE color: 3164072.

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

Color convert

RGB 168 71 48 -
CMYK 0 0.58 0.71 0.34
HSL 11.5º 0.56% 0.42% -
HSV(B) 11.5º 0.71% 0.66% -
XYZ 18.94 13.04 4.32 -
YUV 97.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 168 71 48 0 0.58 0.71 0.34 11.5 0.56 0.42
Hex A8 47 30 0 3A 47 22 C 38 2A
Octal 250 107 60 0 72 107 42 14 70 52
Binary 10101000 1000111 110000 0 111010 1000111 100010 1100 111000 101010

Color Harmonies of #A84730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84730

Black with #A84730

Text Example


Text Example

White with #A84730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84730; }

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

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

background-color css

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

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

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

border-color css

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

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

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