Html Css Color HEX #AFB689 Caper

📋 copy color: '#AFB689'

red 175 ◦ green 182 ◦ blue 137

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

Shades of Caper #AFB689

Tints of Caper #AFB689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 35.43%
G = 36.84%
B = 27.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#AFB689 (or 0xAFB689) is known color: Caper. HEX triplet: AF, B6 and 89. RGB value is (175,182,137). Sum of RGB (Red+Green+Blue) = 175+182+137=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB689 is #504976. Grayscale: #AEAEAE. Windows color (decimal): -5261687 or 9025199. OLE color: 9025199.

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

Color convert

RGB 175 182 137 -
CMYK 0.04 0 0.25 0.29
HSL 69.33º 0.24% 0.63% -
HSV(B) 69.33º 0.25% 0.71% -
XYZ 38.92 44.38 30.18 -
YUV 174.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 175 182 137 0.04 0 0.25 0.29 69.33 0.24 0.63
Hex AF B6 89 4 0 19 1D 45 18 3F
Octal 257 266 211 4 0 31 35 105 30 77
Binary 10101111 10110110 10001001 100 0 11001 11101 1000101 11000 111111

Color Harmonies of #AFB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB689

Black with #AFB689

Text Example


Text Example

White with #AFB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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