Html Css Color HEX #ADB68B Caper

📋 copy color: '#ADB68B'

red 173 ◦ green 182 ◦ blue 139

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

Shades of Caper #ADB68B

Tints of Caper #ADB68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.84%

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 35.02%
G = 36.84%
B = 28.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ADB68B (or 0xADB68B) is known color: Caper. HEX triplet: AD, B6 and 8B. RGB value is (173,182,139). Sum of RGB (Red+Green+Blue) = 173+182+139=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68B is #524974. Grayscale: #AEAEAE. Windows color (decimal): -5392757 or 9156269. OLE color: 9156269.

HSL color Cylindrical-coordinate representation of color #ADB68B: hue angle of 72.56º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB68B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 139 -
CMYK 0.05 0 0.24 0.29
HSL 72.56º 0.23% 0.63% -
HSV(B) 72.56º 0.24% 0.71% -
XYZ 38.62 44.2 30.92 -
YUV 174.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 173 182 139 0.05 0 0.24 0.29 72.56 0.23 0.63
Hex AD B6 8B 5 0 18 1D 49 17 3F
Octal 255 266 213 5 0 30 35 111 27 77
Binary 10101101 10110110 10001011 101 0 11000 11101 1001001 10111 111111

Color Harmonies of #ADB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB68B

Black with #ADB68B

Text Example


Text Example

White with #ADB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB68B; }

 p { color: rgb(173,182,139); }

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

background-color css

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

 a { background-color: rgb(173,182,139); }

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

border-color css

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

 span { border-color: rgb(173,182,139); }

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