Html Css Color HEX #A84425 Rock Spray

📋 copy color: '#A84425'

red 168 ◦ green 68 ◦ blue 37

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

Shades of Rock Spray #A84425

Tints of Rock Spray #A84425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 61.54%
G = 24.91%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A84425 (or 0xA84425) is known color: Rock Spray. HEX triplet: A8, 44 and 25. RGB value is (168,68,37). Sum of RGB (Red+Green+Blue) = 168+68+37=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A84425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84425 is #57BBDA. Grayscale: #5E5E5E. Windows color (decimal): -5749723 or 2442408. OLE color: 2442408.

HSL color Cylindrical-coordinate representation of color #A84425: hue angle of 14.2º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A84425 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 37 -
CMYK 0 0.60 0.78 0.34
HSL 14.2º 0.64% 0.4% -
HSV(B) 14.2º 0.78% 0.66% -
XYZ 18.55 12.59 3.2 -
YUV 94.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 168 68 37 0 0.60 0.78 0.34 14.2 0.64 0.4
Hex A8 44 25 0 3C 4E 22 E 40 28
Octal 250 104 45 0 74 116 42 16 100 50
Binary 10101000 1000100 100101 0 111100 1001110 100010 1110 1000000 101000

Color Harmonies of #A84425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84425

Black with #A84425

Text Example


Text Example

White with #A84425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84425; }

 p { color: rgb(168,68,37); }

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

background-color css

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

 a { background-color: rgb(168,68,37); }

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

border-color css

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

 span { border-color: rgb(168,68,37); }

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