Html Css Color HEX #AFCAB8 Gum Leaf

📋 copy color: '#AFCAB8'

red 175 ◦ green 202 ◦ blue 184

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

Shades of Gum Leaf #AFCAB8

Tints of Gum Leaf #AFCAB8

RGB

 RED value IS 175 (68.75% from 255) = 31.19%

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

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 31.19%
G = 36.01%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#AFCAB8 (or 0xAFCAB8) is known color: Gum Leaf. HEX triplet: AF, CA and B8. RGB value is (175,202,184). Sum of RGB (Red+Green+Blue) = 175+202+184=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB8 is #503547. Grayscale: #BFBFBF. Windows color (decimal): -5256520 or 12110511. OLE color: 12110511.

HSL color Cylindrical-coordinate representation of color #AFCAB8: hue angle of 140º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 184 -
CMYK 0.13 0 0.09 0.21
HSL 140º 0.2% 0.74% -
HSV(B) 140º 0.13% 0.79% -
XYZ 47.45 54.82 53.43 -
YUV 191.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 175 202 184 0.13 0 0.09 0.21 140 0.2 0.74
Hex AF CA B8 D 0 9 15 8C 14 4A
Octal 257 312 270 15 0 11 25 214 24 112
Binary 10101111 11001010 10111000 1101 0 1001 10101 10001100 10100 1001010

Color Harmonies of #AFCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAB8

Black with #AFCAB8

Text Example


Text Example

White with #AFCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAB8; }

 p { color: rgb(175,202,184); }

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

background-color css

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

 a { background-color: rgb(175,202,184); }

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

border-color css

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

 span { border-color: rgb(175,202,184); }

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