Html Css Color HEX #A84630 Rock Spray

📋 copy color: '#A84630'

red 168 ◦ green 70 ◦ blue 48

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

Shades of Rock Spray #A84630

Tints of Rock Spray #A84630

RGB

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

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

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

R = 58.74%
G = 24.48%
B = 16.78%

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

#A84630 (or 0xA84630) is known color: Rock Spray. HEX triplet: A8, 46 and 30. RGB value is (168,70,48). Sum of RGB (Red+Green+Blue) = 168+70+48=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A84630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84630 is #57B9CF. Grayscale: #606060. Windows color (decimal): -5749200 or 3163816. OLE color: 3163816.

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

Color convert

RGB 168 70 48 -
CMYK 0 0.58 0.71 0.34
HSL 11º 0.56% 0.42% -
HSV(B) 11º 0.71% 0.66% -
XYZ 18.87 12.92 4.3 -
YUV 96.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 168 70 48 0 0.58 0.71 0.34 11 0.56 0.42
Hex A8 46 30 0 3A 47 22 B 38 2A
Octal 250 106 60 0 72 107 42 13 70 52
Binary 10101000 1000110 110000 0 111010 1000111 100010 1011 111000 101010

Color Harmonies of #A84630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84630

Black with #A84630

Text Example


Text Example

White with #A84630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84630; }

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

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

background-color css

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

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

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

border-color css

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

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

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