Html Css Color HEX #AFB982 Caper

📋 copy color: '#AFB982'

red 175 ◦ green 185 ◦ blue 130

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

Shades of Caper #AFB982

Tints of Caper #AFB982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 35.71%
G = 37.76%
B = 26.53%

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

#AFB982 (or 0xAFB982) is known color: Caper. HEX triplet: AF, B9 and 82. RGB value is (175,185,130). Sum of RGB (Red+Green+Blue) = 175+185+130=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB982 is #50467D. Grayscale: #AFAFAF. Windows color (decimal): -5260926 or 8567215. OLE color: 8567215.

HSL color Cylindrical-coordinate representation of color #AFB982: hue angle of 70.91º degrees, saturation: 0.28, 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 #AFB982 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 130 -
CMYK 0.05 0 0.30 0.27
HSL 70.91º 0.28% 0.62% -
HSV(B) 70.91º 0.3% 0.73% -
XYZ 39.06 45.42 27.83 -
YUV 175.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 175 185 130 0.05 0 0.30 0.27 70.91 0.28 0.62
Hex AF B9 82 5 0 1E 1B 47 1C 3E
Octal 257 271 202 5 0 36 33 107 34 76
Binary 10101111 10111001 10000010 101 0 11110 11011 1000111 11100 111110

Color Harmonies of #AFB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB982

Black with #AFB982

Text Example


Text Example

White with #AFB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB982; }

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

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

background-color css

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

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

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

border-color css

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

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

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