Html Css Color HEX #AFBC86 Caper

📋 copy color: '#AFBC86'

red 175 ◦ green 188 ◦ blue 134

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

Shades of Caper #AFBC86

Tints of Caper #AFBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

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

R = 35.21%
G = 37.83%
B = 26.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#AFBC86 (or 0xAFBC86) is known color: Caper. HEX triplet: AF, BC and 86. RGB value is (175,188,134). Sum of RGB (Red+Green+Blue) = 175+188+134=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC86 is #504379. Grayscale: #B2B2B2. Windows color (decimal): -5260154 or 8830127. OLE color: 8830127.

HSL color Cylindrical-coordinate representation of color #AFBC86: hue angle of 74.44º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBC86 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 134 -
CMYK 0.07 0 0.29 0.26
HSL 74.44º 0.29% 0.63% -
HSV(B) 74.44º 0.29% 0.74% -
XYZ 39.97 46.8 29.48 -
YUV 177.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 175 188 134 0.07 0 0.29 0.26 74.44 0.29 0.63
Hex AF BC 86 7 0 1D 1A 4A 1D 3F
Octal 257 274 206 7 0 35 32 112 35 77
Binary 10101111 10111100 10000110 111 0 11101 11010 1001010 11101 111111

Color Harmonies of #AFBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC86

Black with #AFBC86

Text Example


Text Example

White with #AFBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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