Html Css Color HEX #A8CCAB Gum Leaf

📋 copy color: '#A8CCAB'

red 168 ◦ green 204 ◦ blue 171

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

Shades of Gum Leaf #A8CCAB

Tints of Gum Leaf #A8CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 30.94%
G = 37.57%
B = 31.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#A8CCAB (or 0xA8CCAB) is known color: Gum Leaf. HEX triplet: A8, CC and AB. RGB value is (168,204,171). Sum of RGB (Red+Green+Blue) = 168+204+171=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAB is #573354. Grayscale: #BDBDBD. Windows color (decimal): -5714773 or 11259048. OLE color: 11259048.

HSL color Cylindrical-coordinate representation of color #A8CCAB: hue angle of 125º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCAB is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 171 -
CMYK 0.18 0 0.16 0.2
HSL 125º 0.26% 0.73% -
HSV(B) 125º 0.18% 0.8% -
XYZ 45.09 54.45 46.66 -
YUV 189.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 168 204 171 0.18 0 0.16 0.2 125 0.26 0.73
Hex A8 CC AB 12 0 10 14 7D 1A 49
Octal 250 314 253 22 0 20 24 175 32 111
Binary 10101000 11001100 10101011 10010 0 10000 10100 1111101 11010 1001001

Color Harmonies of #A8CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCAB

Black with #A8CCAB

Text Example


Text Example

White with #A8CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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