Html Css Color HEX #ADB782 Caper

📋 copy color: '#ADB782'

red 173 ◦ green 183 ◦ blue 130

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

Shades of Caper #ADB782

Tints of Caper #ADB782

RGB

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

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

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

R = 35.6%
G = 37.65%
B = 26.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#ADB782 (or 0xADB782) is known color: Caper. HEX triplet: AD, B7 and 82. RGB value is (173,183,130). Sum of RGB (Red+Green+Blue) = 173+183+130=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB782 is #52487D. Grayscale: #AEAEAE. Windows color (decimal): -5392510 or 8566701. OLE color: 8566701.

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

Color convert

RGB 173 183 130 -
CMYK 0.05 0 0.29 0.28
HSL 71.32º 0.27% 0.61% -
HSV(B) 71.32º 0.29% 0.72% -
XYZ 38.2 44.36 27.67 -
YUV 173.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 173 183 130 0.05 0 0.29 0.28 71.32 0.27 0.61
Hex AD B7 82 5 0 1D 1C 47 1B 3D
Octal 255 267 202 5 0 35 34 107 33 75
Binary 10101101 10110111 10000010 101 0 11101 11100 1000111 11011 111101

Color Harmonies of #ADB782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB782

Black with #ADB782

Text Example


Text Example

White with #ADB782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB782; }

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

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

background-color css

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

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

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

border-color css

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

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

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