Html Css Color HEX #ACB9AF Gum Leaf

📋 copy color: '#ACB9AF'

red 172 ◦ green 185 ◦ blue 175

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

Shades of Gum Leaf #ACB9AF

Tints of Gum Leaf #ACB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

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

R = 32.33%
G = 34.77%
B = 32.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#ACB9AF (or 0xACB9AF) is known color: Gum Leaf. HEX triplet: AC, B9 and AF. RGB value is (172,185,175). Sum of RGB (Red+Green+Blue) = 172+185+175=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AF is #534650. Grayscale: #B4B4B4. Windows color (decimal): -5457489 or 11516332. OLE color: 11516332.

HSL color Cylindrical-coordinate representation of color #ACB9AF: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB9AF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 175 -
CMYK 0.07 0 0.05 0.27
HSL 133.85º 0.08% 0.7% -
HSV(B) 133.85º 0.07% 0.73% -
XYZ 42.1 46.56 47.33 -
YUV 179.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 172 185 175 0.07 0 0.05 0.27 133.85 0.08 0.7
Hex AC B9 AF 7 0 5 1B 86 8 46
Octal 254 271 257 7 0 5 33 206 10 106
Binary 10101100 10111001 10101111 111 0 101 11011 10000110 1000 1000110

Color Harmonies of #ACB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9AF

Black with #ACB9AF

Text Example


Text Example

White with #ACB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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