Html Css Color HEX #ADB682 Caper

📋 copy color: '#ADB682'

red 173 ◦ green 182 ◦ blue 130

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

Shades of Caper #ADB682

Tints of Caper #ADB682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 35.67%
G = 37.53%
B = 26.8%

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

#ADB682 (or 0xADB682) is known color: Caper. HEX triplet: AD, B6 and 82. RGB value is (173,182,130). Sum of RGB (Red+Green+Blue) = 173+182+130=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB682 is #52497D. Grayscale: #ADADAD. Windows color (decimal): -5392766 or 8566445. OLE color: 8566445.

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

Color convert

RGB 173 182 130 -
CMYK 0.05 0 0.29 0.29
HSL 70.38º 0.26% 0.61% -
HSV(B) 70.38º 0.29% 0.71% -
XYZ 37.99 43.95 27.6 -
YUV 173.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 173 182 130 0.05 0 0.29 0.29 70.38 0.26 0.61
Hex AD B6 82 5 0 1D 1D 46 1A 3D
Octal 255 266 202 5 0 35 35 106 32 75
Binary 10101101 10110110 10000010 101 0 11101 11101 1000110 11010 111101

Color Harmonies of #ADB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB682

Black with #ADB682

Text Example


Text Example

White with #ADB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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