Html Css Color HEX #AFB981 Caper

📋 copy color: '#AFB981'

red 175 ◦ green 185 ◦ blue 129

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

Shades of Caper #AFB981

Tints of Caper #AFB981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 35.79%
G = 37.83%
B = 26.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#AFB981 (or 0xAFB981) is known color: Caper. HEX triplet: AF, B9 and 81. RGB value is (175,185,129). Sum of RGB (Red+Green+Blue) = 175+185+129=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB981 is #50467E. Grayscale: #AFAFAF. Windows color (decimal): -5260927 or 8501679. OLE color: 8501679.

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

Color convert

RGB 175 185 129 -
CMYK 0.05 0 0.30 0.27
HSL 70.71º 0.29% 0.62% -
HSV(B) 70.71º 0.3% 0.73% -
XYZ 38.99 45.4 27.48 -
YUV 175.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 175 185 129 0.05 0 0.30 0.27 70.71 0.29 0.62
Hex AF B9 81 5 0 1E 1B 47 1D 3E
Octal 257 271 201 5 0 36 33 107 35 76
Binary 10101111 10111001 10000001 101 0 11110 11011 1000111 11101 111110

Color Harmonies of #AFB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB981

Black with #AFB981

Text Example


Text Example

White with #AFB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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