Html Css Color HEX #AA4425 Rock Spray

📋 copy color: '#AA4425'

red 170 ◦ green 68 ◦ blue 37

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

Shades of Rock Spray #AA4425

Tints of Rock Spray #AA4425

RGB

 RED value IS 170 (66.8% from 255) = 61.82%

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

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

R = 61.82%
G = 24.73%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA4425 (or 0xAA4425) is known color: Rock Spray. HEX triplet: AA, 44 and 25. RGB value is (170,68,37). Sum of RGB (Red+Green+Blue) = 170+68+37=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4425 is #55BBDA. Grayscale: #5F5F5F. Windows color (decimal): -5618651 or 2442410. OLE color: 2442410.

HSL color Cylindrical-coordinate representation of color #AA4425: hue angle of 13.98º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA4425 is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 37 -
CMYK 0 0.6 0.78 0.33
HSL 13.98º 0.64% 0.41% -
HSV(B) 13.98º 0.78% 0.67% -
XYZ 18.98 12.81 3.22 -
YUV 94.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 170 68 37 0 0.6 0.78 0.33 13.98 0.64 0.41
Hex AA 44 25 0 3C 4E 21 E 40 29
Octal 252 104 45 0 74 116 41 16 100 51
Binary 10101010 1000100 100101 0 111100 1001110 100001 1110 1000000 101001

Color Harmonies of #AA4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4425

Black with #AA4425

Text Example


Text Example

White with #AA4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4425; }

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

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

background-color css

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

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

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

border-color css

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

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

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