Html Css Color HEX #ADC1AF Gum Leaf

📋 copy color: '#ADC1AF'

red 173 ◦ green 193 ◦ blue 175

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

Shades of Gum Leaf #ADC1AF

Tints of Gum Leaf #ADC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

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

R = 31.98%
G = 35.67%
B = 32.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#ADC1AF (or 0xADC1AF) is known color: Gum Leaf. HEX triplet: AD, C1 and AF. RGB value is (173,193,175). Sum of RGB (Red+Green+Blue) = 173+193+175=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AF is #523E50. Grayscale: #B9B9B9. Windows color (decimal): -5389905 or 11518381. OLE color: 11518381.

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

Color convert

RGB 173 193 175 -
CMYK 0.10 0 0.09 0.24
HSL 126º 0.14% 0.72% -
HSV(B) 126º 0.1% 0.76% -
XYZ 44.04 50.12 47.91 -
YUV 184.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 173 193 175 0.10 0 0.09 0.24 126 0.14 0.72
Hex AD C1 AF A 0 9 18 7E E 48
Octal 255 301 257 12 0 11 30 176 16 110
Binary 10101101 11000001 10101111 1010 0 1001 11000 1111110 1110 1001000

Color Harmonies of #ADC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1AF

Black with #ADC1AF

Text Example


Text Example

White with #ADC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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