Html Css Color HEX #AA4528 Rock Spray

📋 copy color: '#AA4528'

red 170 ◦ green 69 ◦ blue 40

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

Shades of Rock Spray #AA4528

Tints of Rock Spray #AA4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 60.93%
G = 24.73%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA4528 (or 0xAA4528) is known color: Rock Spray. HEX triplet: AA, 45 and 28. RGB value is (170,69,40). Sum of RGB (Red+Green+Blue) = 170+69+40=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4528 is #55BAD7. Grayscale: #606060. Windows color (decimal): -5618392 or 2639274. OLE color: 2639274.

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

Color convert

RGB 170 69 40 -
CMYK 0 0.59 0.76 0.33
HSL 13.38º 0.62% 0.41% -
HSV(B) 13.38º 0.76% 0.67% -
XYZ 19.09 12.96 3.5 -
YUV 95.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 170 69 40 0 0.59 0.76 0.33 13.38 0.62 0.41
Hex AA 45 28 0 3B 4C 21 D 3E 29
Octal 252 105 50 0 73 114 41 15 76 51
Binary 10101010 1000101 101000 0 111011 1001100 100001 1101 111110 101001

Color Harmonies of #AA4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4528

Black with #AA4528

Text Example


Text Example

White with #AA4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4528; }

 p { color: rgb(170,69,40); }

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

background-color css

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

 a { background-color: rgb(170,69,40); }

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

border-color css

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

 span { border-color: rgb(170,69,40); }

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