Html Css Color HEX #AA5745 Crail

📋 copy color: '#AA5745'

red 170 ◦ green 87 ◦ blue 69

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

Shades of Crail #AA5745

Tints of Crail #AA5745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 52.15%
G = 26.69%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA5745 (or 0xAA5745) is known color: Crail. HEX triplet: AA, 57 and 45. RGB value is (170,87,69). Sum of RGB (Red+Green+Blue) = 170+87+69=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5745 is #55A8BA. Grayscale: #6D6D6D. Windows color (decimal): -5613755 or 4544426. OLE color: 4544426.

HSL color Cylindrical-coordinate representation of color #AA5745: hue angle of 10.69º 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 #AA5745 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 69 -
CMYK 0 0.49 0.59 0.33
HSL 10.69º 0.42% 0.47% -
HSV(B) 10.69º 0.59% 0.67% -
XYZ 21.06 15.79 7.57 -
YUV 109.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 170 87 69 0 0.49 0.59 0.33 10.69 0.42 0.47
Hex AA 57 45 0 31 3B 21 B 2A 2F
Octal 252 127 105 0 61 73 41 13 52 57
Binary 10101010 1010111 1000101 0 110001 111011 100001 1011 101010 101111

Color Harmonies of #AA5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5745

Black with #AA5745

Text Example


Text Example

White with #AA5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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