Html Css Color HEX #AD945E Barley Corn

📋 copy color: '#AD945E'

red 173 ◦ green 148 ◦ blue 94

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

Shades of Barley Corn #AD945E

Tints of Barley Corn #AD945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 41.69%
G = 35.66%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD945E (or 0xAD945E) is known color: Barley Corn. HEX triplet: AD, 94 and 5E. RGB value is (173,148,94). Sum of RGB (Red+Green+Blue) = 173+148+94=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD945E is #526BA1. Grayscale: #959595. Windows color (decimal): -5401506 or 6198445. OLE color: 6198445.

HSL color Cylindrical-coordinate representation of color #AD945E: hue angle of 41.01º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD945E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 94 -
CMYK 0 0.14 0.46 0.32
HSL 41.01º 0.33% 0.52% -
HSV(B) 41.01º 0.46% 0.68% -
XYZ 29.84 30.87 14.98 -
YUV 149.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 173 148 94 0 0.14 0.46 0.32 41.01 0.33 0.52
Hex AD 94 5E 0 E 2E 20 29 21 34
Octal 255 224 136 0 16 56 40 51 41 64
Binary 10101101 10010100 1011110 0 1110 101110 100000 101001 100001 110100

Color Harmonies of #AD945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD945E

Black with #AD945E

Text Example


Text Example

White with #AD945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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