Html Css Color HEX #AFB685 Caper

📋 copy color: '#AFB685'

red 175 ◦ green 182 ◦ blue 133

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

Shades of Caper #AFB685

Tints of Caper #AFB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 35.71%
G = 37.14%
B = 27.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#AFB685 (or 0xAFB685) is known color: Caper. HEX triplet: AF, B6 and 85. RGB value is (175,182,133). Sum of RGB (Red+Green+Blue) = 175+182+133=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB685 is #50497A. Grayscale: #AEAEAE. Windows color (decimal): -5261691 or 8763055. OLE color: 8763055.

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

Color convert

RGB 175 182 133 -
CMYK 0.04 0 0.27 0.29
HSL 68.57º 0.25% 0.62% -
HSV(B) 68.57º 0.27% 0.71% -
XYZ 38.64 44.26 28.7 -
YUV 174.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 175 182 133 0.04 0 0.27 0.29 68.57 0.25 0.62
Hex AF B6 85 4 0 1B 1D 45 19 3E
Octal 257 266 205 4 0 33 35 105 31 76
Binary 10101111 10110110 10000101 100 0 11011 11101 1000101 11001 111110

Color Harmonies of #AFB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB685

Black with #AFB685

Text Example


Text Example

White with #AFB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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