Html Css Color HEX #AFB781 Caper

📋 copy color: '#AFB781'

red 175 ◦ green 183 ◦ blue 129

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

Shades of Caper #AFB781

Tints of Caper #AFB781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 35.93%
G = 37.58%
B = 26.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#AFB781 (or 0xAFB781) is known color: Caper. HEX triplet: AF, B7 and 81. RGB value is (175,183,129). Sum of RGB (Red+Green+Blue) = 175+183+129=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB781 is #50487E. Grayscale: #AEAEAE. Windows color (decimal): -5261439 or 8501167. OLE color: 8501167.

HSL color Cylindrical-coordinate representation of color #AFB781: hue angle of 68.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB781 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 129 -
CMYK 0.04 0 0.30 0.28
HSL 68.89º 0.27% 0.61% -
HSV(B) 68.89º 0.3% 0.72% -
XYZ 38.58 44.57 27.34 -
YUV 174.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 175 183 129 0.04 0 0.30 0.28 68.89 0.27 0.61
Hex AF B7 81 4 0 1E 1C 45 1B 3D
Octal 257 267 201 4 0 36 34 105 33 75
Binary 10101111 10110111 10000001 100 0 11110 11100 1000101 11011 111101

Color Harmonies of #AFB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB781

Black with #AFB781

Text Example


Text Example

White with #AFB781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB781; }

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

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

background-color css

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

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

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

border-color css

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

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

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