Html Css Color HEX #A8BDAD Gum Leaf

📋 copy color: '#A8BDAD'

red 168 ◦ green 189 ◦ blue 173

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

Shades of Gum Leaf #A8BDAD

Tints of Gum Leaf #A8BDAD

RGB

 RED value IS 168 (66.02% from 255) = 31.7%

 GREEN value IS 189 (74.22% from 255) = 35.66%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 31.7%
G = 35.66%
B = 32.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A8BDAD (or 0xA8BDAD) is known color: Gum Leaf. HEX triplet: A8, BD and AD. RGB value is (168,189,173). Sum of RGB (Red+Green+Blue) = 168+189+173=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAD is #574252. Grayscale: #B4B4B4. Windows color (decimal): -5718611 or 11386280. OLE color: 11386280.

HSL color Cylindrical-coordinate representation of color #A8BDAD: hue angle of 134.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BDAD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 173 -
CMYK 0.11 0 0.08 0.26
HSL 134.29º 0.14% 0.7% -
HSV(B) 134.29º 0.11% 0.74% -
XYZ 41.89 47.74 46.54 -
YUV 180.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 168 189 173 0.11 0 0.08 0.26 134.29 0.14 0.7
Hex A8 BD AD B 0 8 1A 86 E 46
Octal 250 275 255 13 0 10 32 206 16 106
Binary 10101000 10111101 10101101 1011 0 1000 11010 10000110 1110 1000110

Color Harmonies of #A8BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDAD

Black with #A8BDAD

Text Example


Text Example

White with #A8BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDAD; }

 p { color: rgb(168,189,173); }

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

background-color css

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

 a { background-color: rgb(168,189,173); }

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

border-color css

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

 span { border-color: rgb(168,189,173); }

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