Html Css Color HEX #AD9061 Barley Corn

📋 copy color: '#AD9061'

red 173 ◦ green 144 ◦ blue 97

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

Shades of Barley Corn #AD9061

Tints of Barley Corn #AD9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 41.79%
G = 34.78%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9061 (or 0xAD9061) is known color: Barley Corn. HEX triplet: AD, 90 and 61. RGB value is (173,144,97). Sum of RGB (Red+Green+Blue) = 173+144+97=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9061 is #526F9E. Grayscale: #939393. Windows color (decimal): -5402527 or 6394029. OLE color: 6394029.

HSL color Cylindrical-coordinate representation of color #AD9061: hue angle of 37.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD9061 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 97 -
CMYK 0 0.17 0.44 0.32
HSL 37.11º 0.32% 0.53% -
HSV(B) 37.11º 0.44% 0.68% -
XYZ 29.36 29.69 15.49 -
YUV 147.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 173 144 97 0 0.17 0.44 0.32 37.11 0.32 0.53
Hex AD 90 61 0 11 2C 20 25 20 35
Octal 255 220 141 0 21 54 40 45 40 65
Binary 10101101 10010000 1100001 0 10001 101100 100000 100101 100000 110101

Color Harmonies of #AD9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9061

Black with #AD9061

Text Example


Text Example

White with #AD9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9061; }

 p { color: rgb(173,144,97); }

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

background-color css

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

 a { background-color: rgb(173,144,97); }

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

border-color css

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

 span { border-color: rgb(173,144,97); }

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