Html Css Color HEX #ACC2AF Gum Leaf

📋 copy color: '#ACC2AF'

red 172 ◦ green 194 ◦ blue 175

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

Shades of Gum Leaf #ACC2AF

Tints of Gum Leaf #ACC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.86%

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

R = 31.79%
G = 35.86%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ACC2AF (or 0xACC2AF) is known color: Gum Leaf. HEX triplet: AC, C2 and AF. RGB value is (172,194,175). Sum of RGB (Red+Green+Blue) = 172+194+175=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AF is #533D50. Grayscale: #B9B9B9. Windows color (decimal): -5455185 or 11518636. OLE color: 11518636.

HSL color Cylindrical-coordinate representation of color #ACC2AF: hue angle of 128.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2AF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 175 -
CMYK 0.11 0 0.10 0.24
HSL 128.18º 0.15% 0.72% -
HSV(B) 128.18º 0.11% 0.76% -
XYZ 44.04 50.45 47.97 -
YUV 185.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 172 194 175 0.11 0 0.10 0.24 128.18 0.15 0.72
Hex AC C2 AF B 0 A 18 80 F 48
Octal 254 302 257 13 0 12 30 200 17 110
Binary 10101100 11000010 10101111 1011 0 1010 11000 10000000 1111 1001000

Color Harmonies of #ACC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2AF

Black with #ACC2AF

Text Example


Text Example

White with #ACC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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