Html Css Color HEX #A8CAAB Gum Leaf

📋 copy color: '#A8CAAB'

red 168 ◦ green 202 ◦ blue 171

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

Shades of Gum Leaf #A8CAAB

Tints of Gum Leaf #A8CAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.34%

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

R = 31.05%
G = 37.34%
B = 31.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#A8CAAB (or 0xA8CAAB) is known color: Gum Leaf. HEX triplet: A8, CA and AB. RGB value is (168,202,171). Sum of RGB (Red+Green+Blue) = 168+202+171=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAB is #573554. Grayscale: #BCBCBC. Windows color (decimal): -5715285 or 11258536. OLE color: 11258536.

HSL color Cylindrical-coordinate representation of color #A8CAAB: hue angle of 125.29º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 171 -
CMYK 0.17 0 0.15 0.21
HSL 125.29º 0.24% 0.73% -
HSV(B) 125.29º 0.17% 0.79% -
XYZ 44.62 53.51 46.5 -
YUV 188.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 168 202 171 0.17 0 0.15 0.21 125.29 0.24 0.73
Hex A8 CA AB 11 0 F 15 7D 18 49
Octal 250 312 253 21 0 17 25 175 30 111
Binary 10101000 11001010 10101011 10001 0 1111 10101 1111101 11000 1001001

Color Harmonies of #A8CAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAAB

Black with #A8CAAB

Text Example


Text Example

White with #A8CAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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