Html Css Color HEX #ACC9AF Gum Leaf

📋 copy color: '#ACC9AF'

red 172 ◦ green 201 ◦ blue 175

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

Shades of Gum Leaf #ACC9AF

Tints of Gum Leaf #ACC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.68%

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

R = 31.39%
G = 36.68%
B = 31.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#ACC9AF (or 0xACC9AF) is known color: Gum Leaf. HEX triplet: AC, C9 and AF. RGB value is (172,201,175). Sum of RGB (Red+Green+Blue) = 172+201+175=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AF is #533650. Grayscale: #BDBDBD. Windows color (decimal): -5453393 or 11520428. OLE color: 11520428.

HSL color Cylindrical-coordinate representation of color #ACC9AF: hue angle of 126.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9AF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 175 -
CMYK 0.14 0 0.13 0.21
HSL 126.21º 0.21% 0.73% -
HSV(B) 126.21º 0.14% 0.79% -
XYZ 45.64 53.64 48.51 -
YUV 189.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 172 201 175 0.14 0 0.13 0.21 126.21 0.21 0.73
Hex AC C9 AF E 0 D 15 7E 15 49
Octal 254 311 257 16 0 15 25 176 25 111
Binary 10101100 11001001 10101111 1110 0 1101 10101 1111110 10101 1001001

Color Harmonies of #ACC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9AF

Black with #ACC9AF

Text Example


Text Example

White with #ACC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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