Html Css Color HEX #ACC0AF Gum Leaf

📋 copy color: '#ACC0AF'

red 172 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #ACC0AF

Tints of Gum Leaf #ACC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 31.91%
G = 35.62%
B = 32.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#ACC0AF (or 0xACC0AF) is known color: Gum Leaf. HEX triplet: AC, C0 and AF. RGB value is (172,192,175). Sum of RGB (Red+Green+Blue) = 172+192+175=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AF is #533F50. Grayscale: #B8B8B8. Windows color (decimal): -5455697 or 11518124. OLE color: 11518124.

HSL color Cylindrical-coordinate representation of color #ACC0AF: hue angle of 129º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0AF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 175 -
CMYK 0.10 0 0.09 0.25
HSL 129º 0.14% 0.71% -
HSV(B) 129º 0.1% 0.75% -
XYZ 43.6 49.57 47.83 -
YUV 184.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 172 192 175 0.10 0 0.09 0.25 129 0.14 0.71
Hex AC C0 AF A 0 9 19 81 E 47
Octal 254 300 257 12 0 11 31 201 16 107
Binary 10101100 11000000 10101111 1010 0 1001 11001 10000001 1110 1000111

Color Harmonies of #ACC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0AF

Black with #ACC0AF

Text Example


Text Example

White with #ACC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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