Html Css Color HEX #AECCB0 Zanah

📋 copy color: '#AECCB0'

red 174 ◦ green 204 ◦ blue 176

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

Shades of Zanah #AECCB0

Tints of Zanah #AECCB0

RGB

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

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

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

R = 31.41%
G = 36.82%
B = 31.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#AECCB0 (or 0xAECCB0) is known color: Zanah. HEX triplet: AE, CC and B0. RGB value is (174,204,176). Sum of RGB (Red+Green+Blue) = 174+204+176=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCB0 is #51334F. Grayscale: #BFBFBF. Windows color (decimal): -5321552 or 11586734. OLE color: 11586734.

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

Color convert

RGB 174 204 176 -
CMYK 0.15 0 0.14 0.2
HSL 124º 0.23% 0.74% -
HSV(B) 124º 0.15% 0.8% -
XYZ 46.88 55.32 49.28 -
YUV 191.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 174 204 176 0.15 0 0.14 0.2 124 0.23 0.74
Hex AE CC B0 F 0 E 14 7C 17 4A
Octal 256 314 260 17 0 16 24 174 27 112
Binary 10101110 11001100 10110000 1111 0 1110 10100 1111100 10111 1001010

Color Harmonies of #AECCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB0

Black with #AECCB0

Text Example


Text Example

White with #AECCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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