Html Css Color HEX #ADB681 Caper

📋 copy color: '#ADB681'

red 173 ◦ green 182 ◦ blue 129

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

Shades of Caper #ADB681

Tints of Caper #ADB681

RGB

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

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

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

R = 35.74%
G = 37.6%
B = 26.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#ADB681 (or 0xADB681) is known color: Caper. HEX triplet: AD, B6 and 81. RGB value is (173,182,129). Sum of RGB (Red+Green+Blue) = 173+182+129=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB681 is #52497E. Grayscale: #ADADAD. Windows color (decimal): -5392767 or 8500909. OLE color: 8500909.

HSL color Cylindrical-coordinate representation of color #ADB681: hue angle of 70.19º 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 #ADB681 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 129 -
CMYK 0.05 0 0.29 0.29
HSL 70.19º 0.27% 0.61% -
HSV(B) 70.19º 0.29% 0.71% -
XYZ 37.92 43.93 27.25 -
YUV 173.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 173 182 129 0.05 0 0.29 0.29 70.19 0.27 0.61
Hex AD B6 81 5 0 1D 1D 46 1B 3D
Octal 255 266 201 5 0 35 35 106 33 75
Binary 10101101 10110110 10000001 101 0 11101 11101 1000110 11011 111101

Color Harmonies of #ADB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB681

Black with #ADB681

Text Example


Text Example

White with #ADB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB681; }

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

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

background-color css

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

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

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

border-color css

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

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

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