Html Css Color HEX #AAD1A5 Zanah

📋 copy color: '#AAD1A5'

red 170 ◦ green 209 ◦ blue 165

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

Shades of Zanah #AAD1A5

Tints of Zanah #AAD1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

 BLUE value IS 165 (64.84% from 255) = 30.33%

R = 31.25%
G = 38.42%
B = 30.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#AAD1A5 (or 0xAAD1A5) is known color: Zanah. HEX triplet: AA, D1 and A5. RGB value is (170,209,165). Sum of RGB (Red+Green+Blue) = 170+209+165=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A5 is #552E5A. Grayscale: #C0C0C0. Windows color (decimal): -5582427 or 10867114. OLE color: 10867114.

HSL color Cylindrical-coordinate representation of color #AAD1A5: hue angle of 113.18º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD1A5 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 165 -
CMYK 0.19 0 0.21 0.18
HSL 113.18º 0.32% 0.73% -
HSV(B) 113.18º 0.21% 0.82% -
XYZ 46.17 56.86 44.14 -
YUV 192.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 170 209 165 0.19 0 0.21 0.18 113.18 0.32 0.73
Hex AA D1 A5 13 0 15 12 71 20 49
Octal 252 321 245 23 0 25 22 161 40 111
Binary 10101010 11010001 10100101 10011 0 10101 10010 1110001 100000 1001001

Color Harmonies of #AAD1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1A5

Black with #AAD1A5

Text Example


Text Example

White with #AAD1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1A5; }

 p { color: rgb(170,209,165); }

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

background-color css

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

 a { background-color: rgb(170,209,165); }

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

border-color css

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

 span { border-color: rgb(170,209,165); }

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