Html Css Color HEX #AFB682 Caper

📋 copy color: '#AFB682'

red 175 ◦ green 182 ◦ blue 130

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

Shades of Caper #AFB682

Tints of Caper #AFB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.37%

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

R = 35.93%
G = 37.37%
B = 26.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#AFB682 (or 0xAFB682) is known color: Caper. HEX triplet: AF, B6 and 82. RGB value is (175,182,130). Sum of RGB (Red+Green+Blue) = 175+182+130=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB682 is #50497D. Grayscale: #AEAEAE. Windows color (decimal): -5261694 or 8566447. OLE color: 8566447.

HSL color Cylindrical-coordinate representation of color #AFB682: hue angle of 68.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB682 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 130 -
CMYK 0.04 0 0.29 0.29
HSL 68.08º 0.26% 0.61% -
HSV(B) 68.08º 0.29% 0.71% -
XYZ 38.44 44.18 27.62 -
YUV 173.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 175 182 130 0.04 0 0.29 0.29 68.08 0.26 0.61
Hex AF B6 82 4 0 1D 1D 44 1A 3D
Octal 257 266 202 4 0 35 35 104 32 75
Binary 10101111 10110110 10000010 100 0 11101 11101 1000100 11010 111101

Color Harmonies of #AFB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB682

Black with #AFB682

Text Example


Text Example

White with #AFB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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