Html Css Color HEX #ADB98E Caper

📋 copy color: '#ADB98E'

red 173 ◦ green 185 ◦ blue 142

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

Shades of Caper #ADB98E

Tints of Caper #ADB98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 34.6%
G = 37%
B = 28.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#ADB98E (or 0xADB98E) is known color: Caper. HEX triplet: AD, B9 and 8E. RGB value is (173,185,142). Sum of RGB (Red+Green+Blue) = 173+185+142=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB98E is #524671. Grayscale: #B0B0B0. Windows color (decimal): -5391986 or 9353645. OLE color: 9353645.

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

Color convert

RGB 173 185 142 -
CMYK 0.06 0 0.23 0.27
HSL 76.74º 0.23% 0.64% -
HSV(B) 76.74º 0.23% 0.73% -
XYZ 39.47 45.54 32.3 -
YUV 176.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 173 185 142 0.06 0 0.23 0.27 76.74 0.23 0.64
Hex AD B9 8E 6 0 17 1B 4D 17 40
Octal 255 271 216 6 0 27 33 115 27 100
Binary 10101101 10111001 10001110 110 0 10111 11011 1001101 10111 1000000

Color Harmonies of #ADB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB98E

Black with #ADB98E

Text Example


Text Example

White with #ADB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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