Html Css Color HEX #ADBB85 Caper

📋 copy color: '#ADBB85'

red 173 ◦ green 187 ◦ blue 133

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

Shades of Caper #ADBB85

Tints of Caper #ADBB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 35.09%
G = 37.93%
B = 26.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#ADBB85 (or 0xADBB85) is known color: Caper. HEX triplet: AD, BB and 85. RGB value is (173,187,133). Sum of RGB (Red+Green+Blue) = 173+187+133=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB85 is #52447A. Grayscale: #B0B0B0. Windows color (decimal): -5391483 or 8764333. OLE color: 8764333.

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

Color convert

RGB 173 187 133 -
CMYK 0.07 0 0.29 0.27
HSL 75.56º 0.28% 0.63% -
HSV(B) 75.56º 0.29% 0.73% -
XYZ 39.24 46.12 29.02 -
YUV 176.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 173 187 133 0.07 0 0.29 0.27 75.56 0.28 0.63
Hex AD BB 85 7 0 1D 1B 4C 1C 3F
Octal 255 273 205 7 0 35 33 114 34 77
Binary 10101101 10111011 10000101 111 0 11101 11011 1001100 11100 111111

Color Harmonies of #ADBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB85

Black with #ADBB85

Text Example


Text Example

White with #ADBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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