Html Css Color HEX #ADB689 Caper

📋 copy color: '#ADB689'

red 173 ◦ green 182 ◦ blue 137

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

Shades of Caper #ADB689

Tints of Caper #ADB689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 35.16%
G = 36.99%
B = 27.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#ADB689 (or 0xADB689) is known color: Caper. HEX triplet: AD, B6 and 89. RGB value is (173,182,137). Sum of RGB (Red+Green+Blue) = 173+182+137=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB689 is #524976. Grayscale: #AEAEAE. Windows color (decimal): -5392759 or 9025197. OLE color: 9025197.

HSL color Cylindrical-coordinate representation of color #ADB689: hue angle of 72º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB689 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 137 -
CMYK 0.05 0 0.25 0.29
HSL 72º 0.24% 0.63% -
HSV(B) 72º 0.25% 0.71% -
XYZ 38.48 44.15 30.16 -
YUV 174.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 173 182 137 0.05 0 0.25 0.29 72 0.24 0.63
Hex AD B6 89 5 0 19 1D 48 18 3F
Octal 255 266 211 5 0 31 35 110 30 77
Binary 10101101 10110110 10001001 101 0 11001 11101 1001000 11000 111111

Color Harmonies of #ADB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB689

Black with #ADB689

Text Example


Text Example

White with #ADB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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