Html Css Color HEX #AD9769 Barley Corn

📋 copy color: '#AD9769'

red 173 ◦ green 151 ◦ blue 105

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

Shades of Barley Corn #AD9769

Tints of Barley Corn #AD9769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 40.33%
G = 35.2%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD9769 (or 0xAD9769) is known color: Barley Corn. HEX triplet: AD, 97 and 69. RGB value is (173,151,105). Sum of RGB (Red+Green+Blue) = 173+151+105=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9769 is #526896. Grayscale: #989898. Windows color (decimal): -5400727 or 6920109. OLE color: 6920109.

HSL color Cylindrical-coordinate representation of color #AD9769: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD9769 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 105 -
CMYK 0 0.13 0.39 0.32
HSL 40.59º 0.29% 0.55% -
HSV(B) 40.59º 0.39% 0.68% -
XYZ 30.85 32.04 17.92 -
YUV 152.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 173 151 105 0 0.13 0.39 0.32 40.59 0.29 0.55
Hex AD 97 69 0 D 27 20 29 1D 37
Octal 255 227 151 0 15 47 40 51 35 67
Binary 10101101 10010111 1101001 0 1101 100111 100000 101001 11101 110111

Color Harmonies of #AD9769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9769

Black with #AD9769

Text Example


Text Example

White with #AD9769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9769; }

 p { color: rgb(173,151,105); }

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

background-color css

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

 a { background-color: rgb(173,151,105); }

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

border-color css

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

 span { border-color: rgb(173,151,105); }

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