Html Css Color HEX #ADB98A Caper

📋 copy color: '#ADB98A'

red 173 ◦ green 185 ◦ blue 138

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

Shades of Caper #ADB98A

Tints of Caper #ADB98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 34.88%
G = 37.3%
B = 27.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#ADB98A (or 0xADB98A) is known color: Caper. HEX triplet: AD, B9 and 8A. RGB value is (173,185,138). Sum of RGB (Red+Green+Blue) = 173+185+138=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB98A is #524675. Grayscale: #B0B0B0. Windows color (decimal): -5391990 or 9091501. OLE color: 9091501.

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

Color convert

RGB 173 185 138 -
CMYK 0.06 0 0.25 0.27
HSL 75.32º 0.25% 0.63% -
HSV(B) 75.32º 0.25% 0.73% -
XYZ 39.17 45.42 30.75 -
YUV 176.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 173 185 138 0.06 0 0.25 0.27 75.32 0.25 0.63
Hex AD B9 8A 6 0 19 1B 4B 19 3F
Octal 255 271 212 6 0 31 33 113 31 77
Binary 10101101 10111001 10001010 110 0 11001 11011 1001011 11001 111111

Color Harmonies of #ADB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB98A

Black with #ADB98A

Text Example


Text Example

White with #ADB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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