Html Css Color HEX #AECBB0 Zanah

📋 copy color: '#AECBB0'

red 174 ◦ green 203 ◦ blue 176

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

Shades of Zanah #AECBB0

Tints of Zanah #AECBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 31.46%
G = 36.71%
B = 31.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#AECBB0 (or 0xAECBB0) is known color: Zanah. HEX triplet: AE, CB and B0. RGB value is (174,203,176). Sum of RGB (Red+Green+Blue) = 174+203+176=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBB0 is #51344F. Grayscale: #BFBFBF. Windows color (decimal): -5321808 or 11586478. OLE color: 11586478.

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

Color convert

RGB 174 203 176 -
CMYK 0.14 0 0.13 0.20
HSL 124.14º 0.22% 0.74% -
HSV(B) 124.14º 0.14% 0.8% -
XYZ 46.65 54.85 49.2 -
YUV 191.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 174 203 176 0.14 0 0.13 0.20 124.14 0.22 0.74
Hex AE CB B0 E 0 D 14 7C 16 4A
Octal 256 313 260 16 0 15 24 174 26 112
Binary 10101110 11001011 10110000 1110 0 1101 10100 1111100 10110 1001010

Color Harmonies of #AECBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBB0

Black with #AECBB0

Text Example


Text Example

White with #AECBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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