Html Css Color HEX #AA5342 Crail

📋 copy color: '#AA5342'

red 170 ◦ green 83 ◦ blue 66

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

Shades of Crail #AA5342

Tints of Crail #AA5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 53.29%
G = 26.02%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA5342 (or 0xAA5342) is known color: Crail. HEX triplet: AA, 53 and 42. RGB value is (170,83,66). Sum of RGB (Red+Green+Blue) = 170+83+66=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5342 is #55ACBD. Grayscale: #6B6B6B. Windows color (decimal): -5614782 or 4346794. OLE color: 4346794.

HSL color Cylindrical-coordinate representation of color #AA5342: hue angle of 9.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5342 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 66 -
CMYK 0 0.51 0.61 0.33
HSL 9.81º 0.44% 0.46% -
HSV(B) 9.81º 0.61% 0.67% -
XYZ 20.65 15.13 6.99 -
YUV 107.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 170 83 66 0 0.51 0.61 0.33 9.81 0.44 0.46
Hex AA 53 42 0 33 3D 21 A 2C 2E
Octal 252 123 102 0 63 75 41 12 54 56
Binary 10101010 1010011 1000010 0 110011 111101 100001 1010 101100 101110

Color Harmonies of #AA5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5342

Black with #AA5342

Text Example


Text Example

White with #AA5342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5342; }

 p { color: rgb(170,83,66); }

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

background-color css

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

 a { background-color: rgb(170,83,66); }

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

border-color css

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

 span { border-color: rgb(170,83,66); }

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