Html Css Color HEX #AFCD86 Caper

📋 copy color: '#AFCD86'

red 175 ◦ green 205 ◦ blue 134

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

Shades of Caper #AFCD86

Tints of Caper #AFCD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.88%

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

R = 34.05%
G = 39.88%
B = 26.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#AFCD86 (or 0xAFCD86) is known color: Caper. HEX triplet: AF, CD and 86. RGB value is (175,205,134). Sum of RGB (Red+Green+Blue) = 175+205+134=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD86 is #503279. Grayscale: #BCBCBC. Windows color (decimal): -5255802 or 8834479. OLE color: 8834479.

HSL color Cylindrical-coordinate representation of color #AFCD86: hue angle of 85.35º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCD86 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 134 -
CMYK 0.15 0 0.35 0.20
HSL 85.35º 0.42% 0.66% -
HSV(B) 85.35º 0.35% 0.8% -
XYZ 43.81 54.5 30.76 -
YUV 187.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 175 205 134 0.15 0 0.35 0.20 85.35 0.42 0.66
Hex AF CD 86 F 0 23 14 55 2A 42
Octal 257 315 206 17 0 43 24 125 52 102
Binary 10101111 11001101 10000110 1111 0 100011 10100 1010101 101010 1000010

Color Harmonies of #AFCD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD86

Black with #AFCD86

Text Example


Text Example

White with #AFCD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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