Html Css Color HEX #A8B4AB Gum Leaf

📋 copy color: '#A8B4AB'

red 168 ◦ green 180 ◦ blue 171

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

Shades of Gum Leaf #A8B4AB

Tints of Gum Leaf #A8B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 32.37%
G = 34.68%
B = 32.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#A8B4AB (or 0xA8B4AB) is known color: Gum Leaf. HEX triplet: A8, B4 and AB. RGB value is (168,180,171). Sum of RGB (Red+Green+Blue) = 168+180+171=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4AB is #574B54. Grayscale: #AFAFAF. Windows color (decimal): -5720917 or 11252904. OLE color: 11252904.

HSL color Cylindrical-coordinate representation of color #A8B4AB: hue angle of 135º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B4AB is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 171 -
CMYK 0.07 0 0.05 0.29
HSL 135º 0.07% 0.68% -
HSV(B) 135º 0.07% 0.71% -
XYZ 39.82 43.91 44.9 -
YUV 175.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 168 180 171 0.07 0 0.05 0.29 135 0.07 0.68
Hex A8 B4 AB 7 0 5 1D 87 7 44
Octal 250 264 253 7 0 5 35 207 7 104
Binary 10101000 10110100 10101011 111 0 101 11101 10000111 111 1000100

Color Harmonies of #A8B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4AB

Black with #A8B4AB

Text Example


Text Example

White with #A8B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4AB; }

 p { color: rgb(168,180,171); }

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

background-color css

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

 a { background-color: rgb(168,180,171); }

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

border-color css

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

 span { border-color: rgb(168,180,171); }

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