Html Css Color HEX #AFB681 Caper

📋 copy color: '#AFB681'

red 175 ◦ green 182 ◦ blue 129

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

Shades of Caper #AFB681

Tints of Caper #AFB681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 36.01%
G = 37.45%
B = 26.54%

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

#AFB681 (or 0xAFB681) is known color: Caper. HEX triplet: AF, B6 and 81. RGB value is (175,182,129). Sum of RGB (Red+Green+Blue) = 175+182+129=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB681 is #50497E. Grayscale: #AEAEAE. Windows color (decimal): -5261695 or 8500911. OLE color: 8500911.

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

Color convert

RGB 175 182 129 -
CMYK 0.04 0 0.29 0.29
HSL 67.92º 0.27% 0.61% -
HSV(B) 67.92º 0.29% 0.71% -
XYZ 38.37 44.15 27.27 -
YUV 173.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 175 182 129 0.04 0 0.29 0.29 67.92 0.27 0.61
Hex AF B6 81 4 0 1D 1D 44 1B 3D
Octal 257 266 201 4 0 35 35 104 33 75
Binary 10101111 10110110 10000001 100 0 11101 11101 1000100 11011 111101

Color Harmonies of #AFB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB681

Black with #AFB681

Text Example


Text Example

White with #AFB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB681; }

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

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

background-color css

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

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

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

border-color css

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

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

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