Html Css Color HEX #ADB87A Caper

📋 copy color: '#ADB87A'

red 173 ◦ green 184 ◦ blue 122

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

Shades of Caper #ADB87A

Tints of Caper #ADB87A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 36.12%
G = 38.41%
B = 25.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#ADB87A (or 0xADB87A) is known color: Caper. HEX triplet: AD, B8 and 7A. RGB value is (173,184,122). Sum of RGB (Red+Green+Blue) = 173+184+122=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87A is #524785. Grayscale: #ADADAD. Windows color (decimal): -5392262 or 8042669. OLE color: 8042669.

HSL color Cylindrical-coordinate representation of color #ADB87A: hue angle of 70.65º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB87A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 122 -
CMYK 0.06 0 0.34 0.28
HSL 70.65º 0.3% 0.6% -
HSV(B) 70.65º 0.34% 0.72% -
XYZ 37.89 44.57 25.02 -
YUV 173.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 173 184 122 0.06 0 0.34 0.28 70.65 0.3 0.6
Hex AD B8 7A 6 0 22 1C 47 1E 3C
Octal 255 270 172 6 0 42 34 107 36 74
Binary 10101101 10111000 1111010 110 0 100010 11100 1000111 11110 111100

Color Harmonies of #ADB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB87A

Black with #ADB87A

Text Example


Text Example

White with #ADB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB87A; }

 p { color: rgb(173,184,122); }

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

background-color css

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

 a { background-color: rgb(173,184,122); }

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

border-color css

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

 span { border-color: rgb(173,184,122); }

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