Html Css Color HEX #AFB983 Caper

📋 copy color: '#AFB983'

red 175 ◦ green 185 ◦ blue 131

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

Shades of Caper #AFB983

Tints of Caper #AFB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.68%

R = 35.64%
G = 37.68%
B = 26.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#AFB983 (or 0xAFB983) is known color: Caper. HEX triplet: AF, B9 and 83. RGB value is (175,185,131). Sum of RGB (Red+Green+Blue) = 175+185+131=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB983 is #50467C. Grayscale: #B0B0B0. Windows color (decimal): -5260925 or 8632751. OLE color: 8632751.

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

Color convert

RGB 175 185 131 -
CMYK 0.05 0 0.29 0.27
HSL 71.11º 0.28% 0.62% -
HSV(B) 71.11º 0.29% 0.73% -
XYZ 39.12 45.45 28.18 -
YUV 175.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 175 185 131 0.05 0 0.29 0.27 71.11 0.28 0.62
Hex AF B9 83 5 0 1D 1B 47 1C 3E
Octal 257 271 203 5 0 35 33 107 34 76
Binary 10101111 10111001 10000011 101 0 11101 11011 1000111 11100 111110

Color Harmonies of #AFB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB983

Black with #AFB983

Text Example


Text Example

White with #AFB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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