Html Css Color HEX #ADC0AF Gum Leaf

📋 copy color: '#ADC0AF'

red 173 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #ADC0AF

Tints of Gum Leaf #ADC0AF

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

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

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

R = 32.04%
G = 35.56%
B = 32.41%

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

#ADC0AF (or 0xADC0AF) is known color: Gum Leaf. HEX triplet: AD, C0 and AF. RGB value is (173,192,175). Sum of RGB (Red+Green+Blue) = 173+192+175=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0AF is #523F50. Grayscale: #B8B8B8. Windows color (decimal): -5390161 or 11518125. OLE color: 11518125.

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

Color convert

RGB 173 192 175 -
CMYK 0.10 0 0.09 0.25
HSL 126.32º 0.13% 0.72% -
HSV(B) 126.32º 0.1% 0.75% -
XYZ 43.82 49.68 47.84 -
YUV 184.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 173 192 175 0.10 0 0.09 0.25 126.32 0.13 0.72
Hex AD C0 AF A 0 9 19 7E D 48
Octal 255 300 257 12 0 11 31 176 15 110
Binary 10101101 11000000 10101111 1010 0 1001 11001 1111110 1101 1001000

Color Harmonies of #ADC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0AF

Black with #ADC0AF

Text Example


Text Example

White with #ADC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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