Html Css Color HEX #AA4426 Rock Spray

📋 copy color: '#AA4426'

red 170 ◦ green 68 ◦ blue 38

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

Shades of Rock Spray #AA4426

Tints of Rock Spray #AA4426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 61.59%
G = 24.64%
B = 13.77%

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

#AA4426 (or 0xAA4426) is known color: Rock Spray. HEX triplet: AA, 44 and 26. RGB value is (170,68,38). Sum of RGB (Red+Green+Blue) = 170+68+38=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4426 is #55BBD9. Grayscale: #5F5F5F. Windows color (decimal): -5618650 or 2507946. OLE color: 2507946.

HSL color Cylindrical-coordinate representation of color #AA4426: hue angle of 13.64º degrees, saturation: 0.63, 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 #AA4426 is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 38 -
CMYK 0 0.6 0.78 0.33
HSL 13.64º 0.63% 0.41% -
HSV(B) 13.64º 0.78% 0.67% -
XYZ 18.99 12.82 3.31 -
YUV 95.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 170 68 38 0 0.6 0.78 0.33 13.64 0.63 0.41
Hex AA 44 26 0 3C 4E 21 E 3F 29
Octal 252 104 46 0 74 116 41 16 77 51
Binary 10101010 1000100 100110 0 111100 1001110 100001 1110 111111 101001

Color Harmonies of #AA4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4426

Black with #AA4426

Text Example


Text Example

White with #AA4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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