Html Css Color HEX #ABAFAC Gum Leaf

📋 copy color: '#ABAFAC'

red 171 ◦ green 175 ◦ blue 172

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

Shades of Gum Leaf #ABAFAC

Tints of Gum Leaf #ABAFAC

RGB

 RED value IS 171 (67.19% from 255) = 33.01%

 GREEN value IS 175 (68.75% from 255) = 33.78%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 33.01%
G = 33.78%
B = 33.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ABAFAC (or 0xABAFAC) is known color: Gum Leaf. HEX triplet: AB, AF and AC. RGB value is (171,175,172). Sum of RGB (Red+Green+Blue) = 171+175+172=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAC is #545053. Grayscale: #ADADAD. Windows color (decimal): -5525588 or 11317163. OLE color: 11317163.

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

Color convert

RGB 171 175 172 -
CMYK 0.02 0 0.02 0.31
HSL 135º 0.02% 0.68% -
HSV(B) 135º 0.02% 0.69% -
XYZ 39.57 42.3 45.11 -
YUV 173.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 171 175 172 0.02 0 0.02 0.31 135 0.02 0.68
Hex AB AF AC 2 0 2 1F 87 2 44
Octal 253 257 254 2 0 2 37 207 2 104
Binary 10101011 10101111 10101100 10 0 10 11111 10000111 10 1000100

Color Harmonies of #ABAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFAC

Black with #ABAFAC

Text Example


Text Example

White with #ABAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFAC; }

 p { color: rgb(171,175,172); }

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

background-color css

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

 a { background-color: rgb(171,175,172); }

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

border-color css

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

 span { border-color: rgb(171,175,172); }

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