Html Css Color HEX #ADB679 Caper

📋 copy color: '#ADB679'

red 173 ◦ green 182 ◦ blue 121

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

Shades of Caper #ADB679

Tints of Caper #ADB679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 36.34%
G = 38.24%
B = 25.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#ADB679 (or 0xADB679) is known color: Caper. HEX triplet: AD, B6 and 79. RGB value is (173,182,121). Sum of RGB (Red+Green+Blue) = 173+182+121=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB679 is #524986. Grayscale: #ACACAC. Windows color (decimal): -5392775 or 7976621. OLE color: 7976621.

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

Color convert

RGB 173 182 121 -
CMYK 0.05 0 0.34 0.29
HSL 68.85º 0.29% 0.59% -
HSV(B) 68.85º 0.34% 0.71% -
XYZ 37.41 43.72 24.56 -
YUV 172.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 173 182 121 0.05 0 0.34 0.29 68.85 0.29 0.59
Hex AD B6 79 5 0 22 1D 45 1D 3B
Octal 255 266 171 5 0 42 35 105 35 73
Binary 10101101 10110110 1111001 101 0 100010 11101 1000101 11101 111011

Color Harmonies of #ADB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB679

Black with #ADB679

Text Example


Text Example

White with #ADB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB679; }

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

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

background-color css

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

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

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

border-color css

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

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

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