Html Css Color HEX #ADB989 Caper

📋 copy color: '#ADB989'

red 173 ◦ green 185 ◦ blue 137

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

Shades of Caper #ADB989

Tints of Caper #ADB989

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

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

R = 34.95%
G = 37.37%
B = 27.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#ADB989 (or 0xADB989) is known color: Caper. HEX triplet: AD, B9 and 89. RGB value is (173,185,137). Sum of RGB (Red+Green+Blue) = 173+185+137=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB989 is #524676. Grayscale: #B0B0B0. Windows color (decimal): -5391991 or 9025965. OLE color: 9025965.

HSL color Cylindrical-coordinate representation of color #ADB989: hue angle of 75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB989 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 137 -
CMYK 0.06 0 0.26 0.27
HSL 75º 0.26% 0.63% -
HSV(B) 75º 0.26% 0.73% -
XYZ 39.1 45.39 30.37 -
YUV 175.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 173 185 137 0.06 0 0.26 0.27 75 0.26 0.63
Hex AD B9 89 6 0 1A 1B 4B 1A 3F
Octal 255 271 211 6 0 32 33 113 32 77
Binary 10101101 10111001 10001001 110 0 11010 11011 1001011 11010 111111

Color Harmonies of #ADB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB989

Black with #ADB989

Text Example


Text Example

White with #ADB989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB989; }

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

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

background-color css

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

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

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

border-color css

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

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

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