Html Css Color HEX #ADB582 Caper

📋 copy color: '#ADB582'

red 173 ◦ green 181 ◦ blue 130

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

Shades of Caper #ADB582

Tints of Caper #ADB582

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 35.74%
G = 37.4%
B = 26.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ADB582 (or 0xADB582) is known color: Caper. HEX triplet: AD, B5 and 82. RGB value is (173,181,130). Sum of RGB (Red+Green+Blue) = 173+181+130=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB582 is #524A7D. Grayscale: #ACACAC. Windows color (decimal): -5393022 or 8566189. OLE color: 8566189.

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

Color convert

RGB 173 181 130 -
CMYK 0.04 0 0.28 0.29
HSL 69.41º 0.26% 0.61% -
HSV(B) 69.41º 0.28% 0.71% -
XYZ 37.79 43.54 27.53 -
YUV 172.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 173 181 130 0.04 0 0.28 0.29 69.41 0.26 0.61
Hex AD B5 82 4 0 1C 1D 45 1A 3D
Octal 255 265 202 4 0 34 35 105 32 75
Binary 10101101 10110101 10000010 100 0 11100 11101 1000101 11010 111101

Color Harmonies of #ADB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB582

Black with #ADB582

Text Example


Text Example

White with #ADB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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