Html Css Color HEX #A8C0B0 Gum Leaf

📋 copy color: '#A8C0B0'

red 168 ◦ green 192 ◦ blue 176

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

Shades of Gum Leaf #A8C0B0

Tints of Gum Leaf #A8C0B0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

 BLUE value IS 176 (69.14% from 255) = 32.84%

R = 31.34%
G = 35.82%
B = 32.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A8C0B0 (or 0xA8C0B0) is known color: Gum Leaf. HEX triplet: A8, C0 and B0. RGB value is (168,192,176). Sum of RGB (Red+Green+Blue) = 168+192+176=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0B0 is #573F4F. Grayscale: #B7B7B7. Windows color (decimal): -5717840 or 11583656. OLE color: 11583656.

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

Color convert

RGB 168 192 176 -
CMYK 0.12 0 0.08 0.25
HSL 140º 0.16% 0.71% -
HSV(B) 140º 0.13% 0.75% -
XYZ 42.83 49.16 48.31 -
YUV 183 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 168 192 176 0.12 0 0.08 0.25 140 0.16 0.71
Hex A8 C0 B0 C 0 8 19 8C 10 47
Octal 250 300 260 14 0 10 31 214 20 107
Binary 10101000 11000000 10110000 1100 0 1000 11001 10001100 10000 1000111

Color Harmonies of #A8C0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0B0

Black with #A8C0B0

Text Example


Text Example

White with #A8C0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0B0; }

 p { color: rgb(168,192,176); }

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

background-color css

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

 a { background-color: rgb(168,192,176); }

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

border-color css

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

 span { border-color: rgb(168,192,176); }

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