Html Css Color HEX #AD9062 Barley Corn

📋 copy color: '#AD9062'

red 173 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #AD9062

Tints of Barley Corn #AD9062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 41.69%
G = 34.7%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD9062 (or 0xAD9062) is known color: Barley Corn. HEX triplet: AD, 90 and 62. RGB value is (173,144,98). Sum of RGB (Red+Green+Blue) = 173+144+98=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9062 is #526F9D. Grayscale: #939393. Windows color (decimal): -5402526 or 6459565. OLE color: 6459565.

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

Color convert

RGB 173 144 98 -
CMYK 0 0.17 0.43 0.32
HSL 36.8º 0.31% 0.53% -
HSV(B) 36.8º 0.43% 0.68% -
XYZ 29.41 29.71 15.74 -
YUV 147.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 173 144 98 0 0.17 0.43 0.32 36.8 0.31 0.53
Hex AD 90 62 0 11 2B 20 25 1F 35
Octal 255 220 142 0 21 53 40 45 37 65
Binary 10101101 10010000 1100010 0 10001 101011 100000 100101 11111 110101

Color Harmonies of #AD9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9062

Black with #AD9062

Text Example


Text Example

White with #AD9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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