Html Css Color HEX #ADB683 Caper

📋 copy color: '#ADB683'

red 173 ◦ green 182 ◦ blue 131

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

Shades of Caper #ADB683

Tints of Caper #ADB683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 35.6%
G = 37.45%
B = 26.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ADB683 (or 0xADB683) is known color: Caper. HEX triplet: AD, B6 and 83. RGB value is (173,182,131). Sum of RGB (Red+Green+Blue) = 173+182+131=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB683 is #52497C. Grayscale: #ADADAD. Windows color (decimal): -5392765 or 8631981. OLE color: 8631981.

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

Color convert

RGB 173 182 131 -
CMYK 0.05 0 0.28 0.29
HSL 70.59º 0.26% 0.61% -
HSV(B) 70.59º 0.28% 0.71% -
XYZ 38.06 43.98 27.96 -
YUV 173.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 173 182 131 0.05 0 0.28 0.29 70.59 0.26 0.61
Hex AD B6 83 5 0 1C 1D 47 1A 3D
Octal 255 266 203 5 0 34 35 107 32 75
Binary 10101101 10110110 10000011 101 0 11100 11101 1000111 11010 111101

Color Harmonies of #ADB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB683

Black with #ADB683

Text Example


Text Example

White with #ADB683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB683; }

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

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

background-color css

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

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

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

border-color css

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

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

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