Html Css Color HEX #AD9066 Barley Corn

📋 copy color: '#AD9066'

red 173 ◦ green 144 ◦ blue 102

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

Shades of Barley Corn #AD9066

Tints of Barley Corn #AD9066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 41.29%
G = 34.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9066 (or 0xAD9066) is known color: Barley Corn. HEX triplet: AD, 90 and 66. RGB value is (173,144,102). Sum of RGB (Red+Green+Blue) = 173+144+102=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9066 is #526F99. Grayscale: #949494. Windows color (decimal): -5402522 or 6721709. OLE color: 6721709.

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

Color convert

RGB 173 144 102 -
CMYK 0 0.17 0.41 0.32
HSL 35.49º 0.3% 0.54% -
HSV(B) 35.49º 0.41% 0.68% -
XYZ 29.61 29.79 16.76 -
YUV 147.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 173 144 102 0 0.17 0.41 0.32 35.49 0.3 0.54
Hex AD 90 66 0 11 29 20 23 1E 36
Octal 255 220 146 0 21 51 40 43 36 66
Binary 10101101 10010000 1100110 0 10001 101001 100000 100011 11110 110110

Color Harmonies of #AD9066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9066

Black with #AD9066

Text Example


Text Example

White with #AD9066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9066; }

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

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

background-color css

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

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

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

border-color css

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

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

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