Html Css Color HEX #A8BEAD Gum Leaf

📋 copy color: '#A8BEAD'

red 168 ◦ green 190 ◦ blue 173

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

Shades of Gum Leaf #A8BEAD

Tints of Gum Leaf #A8BEAD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.78%

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

R = 31.64%
G = 35.78%
B = 32.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A8BEAD (or 0xA8BEAD) is known color: Gum Leaf. HEX triplet: A8, BE and AD. RGB value is (168,190,173). Sum of RGB (Red+Green+Blue) = 168+190+173=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAD is #574152. Grayscale: #B5B5B5. Windows color (decimal): -5718355 or 11386536. OLE color: 11386536.

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

Color convert

RGB 168 190 173 -
CMYK 0.12 0 0.09 0.25
HSL 133.64º 0.14% 0.7% -
HSV(B) 133.64º 0.12% 0.75% -
XYZ 42.1 48.17 46.61 -
YUV 181.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 168 190 173 0.12 0 0.09 0.25 133.64 0.14 0.7
Hex A8 BE AD C 0 9 19 86 E 46
Octal 250 276 255 14 0 11 31 206 16 106
Binary 10101000 10111110 10101101 1100 0 1001 11001 10000110 1110 1000110

Color Harmonies of #A8BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEAD

Black with #A8BEAD

Text Example


Text Example

White with #A8BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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