Html Css Color HEX #AD9866 Barley Corn

📋 copy color: '#AD9866'

red 173 ◦ green 152 ◦ blue 102

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

Shades of Barley Corn #AD9866

Tints of Barley Corn #AD9866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 40.52%
G = 35.6%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9866 (or 0xAD9866) is known color: Barley Corn. HEX triplet: AD, 98 and 66. RGB value is (173,152,102). Sum of RGB (Red+Green+Blue) = 173+152+102=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9866 is #526799. Grayscale: #989898. Windows color (decimal): -5400474 or 6723757. OLE color: 6723757.

HSL color Cylindrical-coordinate representation of color #AD9866: hue angle of 42.25º 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 #AD9866 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 102 -
CMYK 0 0.12 0.41 0.32
HSL 42.25º 0.3% 0.54% -
HSV(B) 42.25º 0.41% 0.68% -
XYZ 30.86 32.3 17.18 -
YUV 152.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 173 152 102 0 0.12 0.41 0.32 42.25 0.3 0.54
Hex AD 98 66 0 C 29 20 2A 1E 36
Octal 255 230 146 0 14 51 40 52 36 66
Binary 10101101 10011000 1100110 0 1100 101001 100000 101010 11110 110110

Color Harmonies of #AD9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9866

Black with #AD9866

Text Example


Text Example

White with #AD9866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9866; }

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

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

background-color css

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

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

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

border-color css

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

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

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