Html Css Color HEX #AFC986 Caper

📋 copy color: '#AFC986'

red 175 ◦ green 201 ◦ blue 134

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

Shades of Caper #AFC986

Tints of Caper #AFC986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 34.31%
G = 39.41%
B = 26.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#AFC986 (or 0xAFC986) is known color: Caper. HEX triplet: AF, C9 and 86. RGB value is (175,201,134). Sum of RGB (Red+Green+Blue) = 175+201+134=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC986 is #503679. Grayscale: #B9B9B9. Windows color (decimal): -5256826 or 8833455. OLE color: 8833455.

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

Color convert

RGB 175 201 134 -
CMYK 0.13 0 0.33 0.21
HSL 83.28º 0.38% 0.66% -
HSV(B) 83.28º 0.33% 0.79% -
XYZ 42.87 52.61 30.45 -
YUV 185.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 175 201 134 0.13 0 0.33 0.21 83.28 0.38 0.66
Hex AF C9 86 D 0 21 15 53 26 42
Octal 257 311 206 15 0 41 25 123 46 102
Binary 10101111 11001001 10000110 1101 0 100001 10101 1010011 100110 1000010

Color Harmonies of #AFC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC986

Black with #AFC986

Text Example


Text Example

White with #AFC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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