Html Css Color HEX #A8BFAF Gum Leaf

📋 copy color: '#A8BFAF'

red 168 ◦ green 191 ◦ blue 175

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

Shades of Gum Leaf #A8BFAF

Tints of Gum Leaf #A8BFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.77%

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 31.46%
G = 35.77%
B = 32.77%

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

#A8BFAF (or 0xA8BFAF) is known color: Gum Leaf. HEX triplet: A8, BF and AF. RGB value is (168,191,175). Sum of RGB (Red+Green+Blue) = 168+191+175=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFAF is #574050. Grayscale: #B6B6B6. Windows color (decimal): -5718097 or 11517864. OLE color: 11517864.

HSL color Cylindrical-coordinate representation of color #A8BFAF: hue angle of 138.26º degrees, saturation: 0.15, 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 #A8BFAF is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 175 -
CMYK 0.12 0 0.08 0.25
HSL 138.26º 0.15% 0.7% -
HSV(B) 138.26º 0.12% 0.75% -
XYZ 42.52 48.68 47.71 -
YUV 182.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 168 191 175 0.12 0 0.08 0.25 138.26 0.15 0.7
Hex A8 BF AF C 0 8 19 8A F 46
Octal 250 277 257 14 0 10 31 212 17 106
Binary 10101000 10111111 10101111 1100 0 1000 11001 10001010 1111 1000110

Color Harmonies of #A8BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFAF

Black with #A8BFAF

Text Example


Text Example

White with #A8BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFAF; }

 p { color: rgb(168,191,175); }

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

background-color css

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

 a { background-color: rgb(168,191,175); }

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

border-color css

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

 span { border-color: rgb(168,191,175); }

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