Html Css Color HEX #ACC7AF Gum Leaf

📋 copy color: '#ACC7AF'

red 172 ◦ green 199 ◦ blue 175

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

Shades of Gum Leaf #ACC7AF

Tints of Gum Leaf #ACC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.45%

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

R = 31.5%
G = 36.45%
B = 32.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#ACC7AF (or 0xACC7AF) is known color: Gum Leaf. HEX triplet: AC, C7 and AF. RGB value is (172,199,175). Sum of RGB (Red+Green+Blue) = 172+199+175=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AF is #533850. Grayscale: #BCBCBC. Windows color (decimal): -5453905 or 11519916. OLE color: 11519916.

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

Color convert

RGB 172 199 175 -
CMYK 0.14 0 0.12 0.22
HSL 126.67º 0.19% 0.73% -
HSV(B) 126.67º 0.14% 0.78% -
XYZ 45.17 52.71 48.35 -
YUV 188.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 172 199 175 0.14 0 0.12 0.22 126.67 0.19 0.73
Hex AC C7 AF E 0 C 16 7F 13 49
Octal 254 307 257 16 0 14 26 177 23 111
Binary 10101100 11000111 10101111 1110 0 1100 10110 1111111 10011 1001001

Color Harmonies of #ACC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7AF

Black with #ACC7AF

Text Example


Text Example

White with #ACC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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