Html Css Color HEX #ACBDAF Gum Leaf

📋 copy color: '#ACBDAF'

red 172 ◦ green 189 ◦ blue 175

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

Shades of Gum Leaf #ACBDAF

Tints of Gum Leaf #ACBDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 32.09%
G = 35.26%
B = 32.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#ACBDAF (or 0xACBDAF) is known color: Gum Leaf. HEX triplet: AC, BD and AF. RGB value is (172,189,175). Sum of RGB (Red+Green+Blue) = 172+189+175=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAF is #534250. Grayscale: #B6B6B6. Windows color (decimal): -5456465 or 11517356. OLE color: 11517356.

HSL color Cylindrical-coordinate representation of color #ACBDAF: hue angle of 130.59º 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 #ACBDAF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 175 -
CMYK 0.09 0 0.07 0.26
HSL 130.59º 0.11% 0.71% -
HSV(B) 130.59º 0.09% 0.74% -
XYZ 42.95 48.26 47.61 -
YUV 182.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 172 189 175 0.09 0 0.07 0.26 130.59 0.11 0.71
Hex AC BD AF 9 0 7 1A 83 B 47
Octal 254 275 257 11 0 7 32 203 13 107
Binary 10101100 10111101 10101111 1001 0 111 11010 10000011 1011 1000111

Color Harmonies of #ACBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDAF

Black with #ACBDAF

Text Example


Text Example

White with #ACBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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