Html Css Color HEX #AECAB0 Zanah

📋 copy color: '#AECAB0'

red 174 ◦ green 202 ◦ blue 176

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

Shades of Zanah #AECAB0

Tints of Zanah #AECAB0

RGB

 RED value IS 174 (68.36% from 255) = 31.52%

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 31.52%
G = 36.59%
B = 31.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#AECAB0 (or 0xAECAB0) is known color: Zanah. HEX triplet: AE, CA and B0. RGB value is (174,202,176). Sum of RGB (Red+Green+Blue) = 174+202+176=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB0 is #51354F. Grayscale: #BEBEBE. Windows color (decimal): -5322064 or 11586222. OLE color: 11586222.

HSL color Cylindrical-coordinate representation of color #AECAB0: hue angle of 124.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 176 -
CMYK 0.14 0 0.13 0.21
HSL 124.29º 0.21% 0.74% -
HSV(B) 124.29º 0.14% 0.79% -
XYZ 46.41 54.37 49.12 -
YUV 190.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 174 202 176 0.14 0 0.13 0.21 124.29 0.21 0.74
Hex AE CA B0 E 0 D 15 7C 15 4A
Octal 256 312 260 16 0 15 25 174 25 112
Binary 10101110 11001010 10110000 1110 0 1101 10101 1111100 10101 1001010

Color Harmonies of #AECAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAB0

Black with #AECAB0

Text Example


Text Example

White with #AECAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAB0; }

 p { color: rgb(174,202,176); }

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

background-color css

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

 a { background-color: rgb(174,202,176); }

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

border-color css

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

 span { border-color: rgb(174,202,176); }

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