Html Css Color HEX #ACBDAE Gum Leaf

📋 copy color: '#ACBDAE'

red 172 ◦ green 189 ◦ blue 174

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

Shades of Gum Leaf #ACBDAE

Tints of Gum Leaf #ACBDAE

RGB

 RED value IS 172 (67.58% from 255) = 32.15%

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 32.15%
G = 35.33%
B = 32.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#ACBDAE (or 0xACBDAE) is known color: Gum Leaf. HEX triplet: AC, BD and AE. RGB value is (172,189,174). Sum of RGB (Red+Green+Blue) = 172+189+174=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAE is #534251. Grayscale: #B6B6B6. Windows color (decimal): -5456466 or 11451820. OLE color: 11451820.

HSL color Cylindrical-coordinate representation of color #ACBDAE: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDAE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 174 -
CMYK 0.09 0 0.08 0.26
HSL 127.06º 0.11% 0.71% -
HSV(B) 127.06º 0.09% 0.74% -
XYZ 42.85 48.22 47.09 -
YUV 182.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 172 189 174 0.09 0 0.08 0.26 127.06 0.11 0.71
Hex AC BD AE 9 0 8 1A 7F B 47
Octal 254 275 256 11 0 10 32 177 13 107
Binary 10101100 10111101 10101110 1001 0 1000 11010 1111111 1011 1000111

Color Harmonies of #ACBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDAE

Black with #ACBDAE

Text Example


Text Example

White with #ACBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDAE; }

 p { color: rgb(172,189,174); }

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

background-color css

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

 a { background-color: rgb(172,189,174); }

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

border-color css

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

 span { border-color: rgb(172,189,174); }

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