Html Css Color HEX #AACCA5 Zanah

📋 copy color: '#AACCA5'

red 170 ◦ green 204 ◦ blue 165

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

Shades of Zanah #AACCA5

Tints of Zanah #AACCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 31.54%
G = 37.85%
B = 30.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#AACCA5 (or 0xAACCA5) is known color: Zanah. HEX triplet: AA, CC and A5. RGB value is (170,204,165). Sum of RGB (Red+Green+Blue) = 170+204+165=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA5 is #55335A. Grayscale: #BDBDBD. Windows color (decimal): -5583707 or 10865834. OLE color: 10865834.

HSL color Cylindrical-coordinate representation of color #AACCA5: hue angle of 112.31º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACCA5 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 165 -
CMYK 0.17 0 0.19 0.2
HSL 112.31º 0.28% 0.72% -
HSV(B) 112.31º 0.19% 0.8% -
XYZ 44.96 54.45 43.74 -
YUV 189.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 170 204 165 0.17 0 0.19 0.2 112.31 0.28 0.72
Hex AA CC A5 11 0 13 14 70 1C 48
Octal 252 314 245 21 0 23 24 160 34 110
Binary 10101010 11001100 10100101 10001 0 10011 10100 1110000 11100 1001000

Color Harmonies of #AACCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCA5

Black with #AACCA5

Text Example


Text Example

White with #AACCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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