Html Css Color HEX #AA5A45 Crail

📋 copy color: '#AA5A45'

red 170 ◦ green 90 ◦ blue 69

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

Shades of Crail #AA5A45

Tints of Crail #AA5A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 51.67%
G = 27.36%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA5A45 (or 0xAA5A45) is known color: Crail. HEX triplet: AA, 5A and 45. RGB value is (170,90,69). Sum of RGB (Red+Green+Blue) = 170+90+69=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A45 is #55A5BA. Grayscale: #6F6F6F. Windows color (decimal): -5612987 or 4545194. OLE color: 4545194.

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

Color convert

RGB 170 90 69 -
CMYK 0 0.47 0.59 0.33
HSL 12.48º 0.42% 0.47% -
HSV(B) 12.48º 0.59% 0.67% -
XYZ 21.31 16.29 7.65 -
YUV 111.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 170 90 69 0 0.47 0.59 0.33 12.48 0.42 0.47
Hex AA 5A 45 0 2F 3B 21 C 2A 2F
Octal 252 132 105 0 57 73 41 14 52 57
Binary 10101010 1011010 1000101 0 101111 111011 100001 1100 101010 101111

Color Harmonies of #AA5A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A45

Black with #AA5A45

Text Example


Text Example

White with #AA5A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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