Html Css Color HEX #ACC6AF Gum Leaf

📋 copy color: '#ACC6AF'

red 172 ◦ green 198 ◦ blue 175

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

Shades of Gum Leaf #ACC6AF

Tints of Gum Leaf #ACC6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

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

R = 31.56%
G = 36.33%
B = 32.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#ACC6AF (or 0xACC6AF) is known color: Gum Leaf. HEX triplet: AC, C6 and AF. RGB value is (172,198,175). Sum of RGB (Red+Green+Blue) = 172+198+175=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6AF is #533950. Grayscale: #BBBBBB. Windows color (decimal): -5454161 or 11519660. OLE color: 11519660.

HSL color Cylindrical-coordinate representation of color #ACC6AF: hue angle of 126.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6AF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 175 -
CMYK 0.13 0 0.12 0.22
HSL 126.92º 0.19% 0.73% -
HSV(B) 126.92º 0.13% 0.78% -
XYZ 44.95 52.25 48.27 -
YUV 187.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 172 198 175 0.13 0 0.12 0.22 126.92 0.19 0.73
Hex AC C6 AF D 0 C 16 7F 13 49
Octal 254 306 257 15 0 14 26 177 23 111
Binary 10101100 11000110 10101111 1101 0 1100 10110 1111111 10011 1001001

Color Harmonies of #ACC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6AF

Black with #ACC6AF

Text Example


Text Example

White with #ACC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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