Html Css Color HEX #AFB97C Caper

📋 copy color: '#AFB97C'

red 175 ◦ green 185 ◦ blue 124

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

Shades of Caper #AFB97C

Tints of Caper #AFB97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 36.16%
G = 38.22%
B = 25.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#AFB97C (or 0xAFB97C) is known color: Caper. HEX triplet: AF, B9 and 7C. RGB value is (175,185,124). Sum of RGB (Red+Green+Blue) = 175+185+124=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB97C is #504683. Grayscale: #AFAFAF. Windows color (decimal): -5260932 or 8173999. OLE color: 8173999.

HSL color Cylindrical-coordinate representation of color #AFB97C: hue angle of 69.84º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB97C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 124 -
CMYK 0.05 0 0.33 0.27
HSL 69.84º 0.3% 0.61% -
HSV(B) 69.84º 0.33% 0.73% -
XYZ 38.67 45.27 25.77 -
YUV 175.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 175 185 124 0.05 0 0.33 0.27 69.84 0.3 0.61
Hex AF B9 7C 5 0 21 1B 46 1E 3D
Octal 257 271 174 5 0 41 33 106 36 75
Binary 10101111 10111001 1111100 101 0 100001 11011 1000110 11110 111101

Color Harmonies of #AFB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB97C

Black with #AFB97C

Text Example


Text Example

White with #AFB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB97C; }

 p { color: rgb(175,185,124); }

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

background-color css

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

 a { background-color: rgb(175,185,124); }

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

border-color css

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

 span { border-color: rgb(175,185,124); }

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