Html Css Color HEX #AD9462 Barley Corn

📋 copy color: '#AD9462'

red 173 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #AD9462

Tints of Barley Corn #AD9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 41.29%
G = 35.32%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD9462 (or 0xAD9462) is known color: Barley Corn. HEX triplet: AD, 94 and 62. RGB value is (173,148,98). Sum of RGB (Red+Green+Blue) = 173+148+98=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9462 is #526B9D. Grayscale: #969696. Windows color (decimal): -5401502 or 6460589. OLE color: 6460589.

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

Color convert

RGB 173 148 98 -
CMYK 0 0.14 0.43 0.32
HSL 40º 0.31% 0.53% -
HSV(B) 40º 0.43% 0.68% -
XYZ 30.03 30.95 15.95 -
YUV 149.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 173 148 98 0 0.14 0.43 0.32 40 0.31 0.53
Hex AD 94 62 0 E 2B 20 28 1F 35
Octal 255 224 142 0 16 53 40 50 37 65
Binary 10101101 10010100 1100010 0 1110 101011 100000 101000 11111 110101

Color Harmonies of #AD9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9462

Black with #AD9462

Text Example


Text Example

White with #AD9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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