Html Css Color HEX #A8BCAE Gum Leaf

📋 copy color: '#A8BCAE'

red 168 ◦ green 188 ◦ blue 174

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

Shades of Gum Leaf #A8BCAE

Tints of Gum Leaf #A8BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 31.7%
G = 35.47%
B = 32.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A8BCAE (or 0xA8BCAE) is known color: Gum Leaf. HEX triplet: A8, BC and AE. RGB value is (168,188,174). Sum of RGB (Red+Green+Blue) = 168+188+174=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCAE is #574351. Grayscale: #B4B4B4. Windows color (decimal): -5718866 or 11451560. OLE color: 11451560.

HSL color Cylindrical-coordinate representation of color #A8BCAE: hue angle of 138º degrees, saturation: 0.13, 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 #A8BCAE is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 174 -
CMYK 0.11 0 0.07 0.26
HSL 138º 0.13% 0.7% -
HSV(B) 138º 0.11% 0.74% -
XYZ 41.77 47.35 46.98 -
YUV 180.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 168 188 174 0.11 0 0.07 0.26 138 0.13 0.7
Hex A8 BC AE B 0 7 1A 8A D 46
Octal 250 274 256 13 0 7 32 212 15 106
Binary 10101000 10111100 10101110 1011 0 111 11010 10001010 1101 1000110

Color Harmonies of #A8BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCAE

Black with #A8BCAE

Text Example


Text Example

White with #A8BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCAE; }

 p { color: rgb(168,188,174); }

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

background-color css

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

 a { background-color: rgb(168,188,174); }

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

border-color css

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

 span { border-color: rgb(168,188,174); }

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