Html Css Color HEX #ADBA88 Caper

📋 copy color: '#ADBA88'

red 173 ◦ green 186 ◦ blue 136

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

Shades of Caper #ADBA88

Tints of Caper #ADBA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 34.95%
G = 37.58%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#ADBA88 (or 0xADBA88) is known color: Caper. HEX triplet: AD, BA and 88. RGB value is (173,186,136). Sum of RGB (Red+Green+Blue) = 173+186+136=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA88 is #524577. Grayscale: #B0B0B0. Windows color (decimal): -5391736 or 8960685. OLE color: 8960685.

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

Color convert

RGB 173 186 136 -
CMYK 0.07 0 0.27 0.27
HSL 75.6º 0.27% 0.63% -
HSV(B) 75.6º 0.27% 0.73% -
XYZ 39.24 45.78 30.06 -
YUV 176.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 173 186 136 0.07 0 0.27 0.27 75.6 0.27 0.63
Hex AD BA 88 7 0 1B 1B 4C 1B 3F
Octal 255 272 210 7 0 33 33 114 33 77
Binary 10101101 10111010 10001000 111 0 11011 11011 1001100 11011 111111

Color Harmonies of #ADBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA88

Black with #ADBA88

Text Example


Text Example

White with #ADBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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