Html Css Color HEX #ADBA85 Caper

📋 copy color: '#ADBA85'

red 173 ◦ green 186 ◦ blue 133

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

Shades of Caper #ADBA85

Tints of Caper #ADBA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 35.16%
G = 37.8%
B = 27.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#ADBA85 (or 0xADBA85) is known color: Caper. HEX triplet: AD, BA and 85. RGB value is (173,186,133). Sum of RGB (Red+Green+Blue) = 173+186+133=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA85 is #52457A. Grayscale: #B0B0B0. Windows color (decimal): -5391739 or 8764077. OLE color: 8764077.

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

Color convert

RGB 173 186 133 -
CMYK 0.07 0 0.28 0.27
HSL 74.72º 0.28% 0.63% -
HSV(B) 74.72º 0.28% 0.73% -
XYZ 39.03 45.7 28.95 -
YUV 176.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 173 186 133 0.07 0 0.28 0.27 74.72 0.28 0.63
Hex AD BA 85 7 0 1C 1B 4B 1C 3F
Octal 255 272 205 7 0 34 33 113 34 77
Binary 10101101 10111010 10000101 111 0 11100 11011 1001011 11100 111111

Color Harmonies of #ADBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA85

Black with #ADBA85

Text Example


Text Example

White with #ADBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA85; }

 p { color: rgb(173,186,133); }

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

background-color css

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

 a { background-color: rgb(173,186,133); }

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

border-color css

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

 span { border-color: rgb(173,186,133); }

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