Html Css Color HEX #AFC987 Caper

📋 copy color: '#AFC987'

red 175 ◦ green 201 ◦ blue 135

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

Shades of Caper #AFC987

Tints of Caper #AFC987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.42%

R = 34.25%
G = 39.33%
B = 26.42%

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

#AFC987 (or 0xAFC987) is known color: Caper. HEX triplet: AF, C9 and 87. RGB value is (175,201,135). Sum of RGB (Red+Green+Blue) = 175+201+135=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC987 is #503678. Grayscale: #B9B9B9. Windows color (decimal): -5256825 or 8898991. OLE color: 8898991.

HSL color Cylindrical-coordinate representation of color #AFC987: hue angle of 83.64º 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 #AFC987 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 135 -
CMYK 0.13 0 0.33 0.21
HSL 83.64º 0.38% 0.66% -
HSV(B) 83.64º 0.33% 0.79% -
XYZ 42.94 52.64 30.82 -
YUV 185.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 175 201 135 0.13 0 0.33 0.21 83.64 0.38 0.66
Hex AF C9 87 D 0 21 15 54 26 42
Octal 257 311 207 15 0 41 25 124 46 102
Binary 10101111 11001001 10000111 1101 0 100001 10101 1010100 100110 1000010

Color Harmonies of #AFC987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC987

Black with #AFC987

Text Example


Text Example

White with #AFC987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC987; }

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

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

background-color css

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

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

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

border-color css

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

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

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