Html Css Color HEX #AFCC86 Caper

📋 copy color: '#AFCC86'

red 175 ◦ green 204 ◦ blue 134

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

Shades of Caper #AFCC86

Tints of Caper #AFCC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.77%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 34.11%
G = 39.77%
B = 26.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#AFCC86 (or 0xAFCC86) is known color: Caper. HEX triplet: AF, CC and 86. RGB value is (175,204,134). Sum of RGB (Red+Green+Blue) = 175+204+134=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC86 is #503379. Grayscale: #BBBBBB. Windows color (decimal): -5256058 or 8834223. OLE color: 8834223.

HSL color Cylindrical-coordinate representation of color #AFCC86: hue angle of 84.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFCC86 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 134 -
CMYK 0.14 0 0.34 0.2
HSL 84.86º 0.41% 0.66% -
HSV(B) 84.86º 0.34% 0.8% -
XYZ 43.58 54.02 30.68 -
YUV 187.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 175 204 134 0.14 0 0.34 0.2 84.86 0.41 0.66
Hex AF CC 86 E 0 22 14 55 29 42
Octal 257 314 206 16 0 42 24 125 51 102
Binary 10101111 11001100 10000110 1110 0 100010 10100 1010101 101001 1000010

Color Harmonies of #AFCC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC86

Black with #AFCC86

Text Example


Text Example

White with #AFCC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC86; }

 p { color: rgb(175,204,134); }

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

background-color css

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

 a { background-color: rgb(175,204,134); }

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

border-color css

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

 span { border-color: rgb(175,204,134); }

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