Html Css Color HEX #ADB981 Caper

📋 copy color: '#ADB981'

red 173 ◦ green 185 ◦ blue 129

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

Shades of Caper #ADB981

Tints of Caper #ADB981

RGB

 RED value IS 173 (67.97% from 255) = 35.52%

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 35.52%
G = 37.99%
B = 26.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#ADB981 (or 0xADB981) is known color: Caper. HEX triplet: AD, B9 and 81. RGB value is (173,185,129). Sum of RGB (Red+Green+Blue) = 173+185+129=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB981 is #52467E. Grayscale: #AFAFAF. Windows color (decimal): -5391999 or 8501677. OLE color: 8501677.

HSL color Cylindrical-coordinate representation of color #ADB981: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB981 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 129 -
CMYK 0.06 0 0.30 0.27
HSL 72.86º 0.29% 0.62% -
HSV(B) 72.86º 0.3% 0.73% -
XYZ 38.54 45.17 27.46 -
YUV 175.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 173 185 129 0.06 0 0.30 0.27 72.86 0.29 0.62
Hex AD B9 81 6 0 1E 1B 49 1D 3E
Octal 255 271 201 6 0 36 33 111 35 76
Binary 10101101 10111001 10000001 110 0 11110 11011 1001001 11101 111110

Color Harmonies of #ADB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB981

Black with #ADB981

Text Example


Text Example

White with #ADB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB981; }

 p { color: rgb(173,185,129); }

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

background-color css

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

 a { background-color: rgb(173,185,129); }

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

border-color css

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

 span { border-color: rgb(173,185,129); }

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