Html Css Color HEX #AFB980 Caper

📋 copy color: '#AFB980'

red 175 ◦ green 185 ◦ blue 128

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

Shades of Caper #AFB980

Tints of Caper #AFB980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 35.86%
G = 37.91%
B = 26.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#AFB980 (or 0xAFB980) is known color: Caper. HEX triplet: AF, B9 and 80. RGB value is (175,185,128). Sum of RGB (Red+Green+Blue) = 175+185+128=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB980 is #50467F. Grayscale: #AFAFAF. Windows color (decimal): -5260928 or 8436143. OLE color: 8436143.

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

Color convert

RGB 175 185 128 -
CMYK 0.05 0 0.31 0.27
HSL 70.53º 0.29% 0.61% -
HSV(B) 70.53º 0.31% 0.73% -
XYZ 38.92 45.37 27.13 -
YUV 175.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 175 185 128 0.05 0 0.31 0.27 70.53 0.29 0.61
Hex AF B9 80 5 0 1F 1B 47 1D 3D
Octal 257 271 200 5 0 37 33 107 35 75
Binary 10101111 10111001 10000000 101 0 11111 11011 1000111 11101 111101

Color Harmonies of #AFB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB980

Black with #AFB980

Text Example


Text Example

White with #AFB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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