Html Css Color HEX #AD935E Barley Corn

📋 copy color: '#AD935E'

red 173 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #AD935E

Tints of Barley Corn #AD935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

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

R = 41.79%
G = 35.51%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD935E (or 0xAD935E) is known color: Barley Corn. HEX triplet: AD, 93 and 5E. RGB value is (173,147,94). Sum of RGB (Red+Green+Blue) = 173+147+94=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935E is #526CA1. Grayscale: #949494. Windows color (decimal): -5401762 or 6198189. OLE color: 6198189.

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

Color convert

RGB 173 147 94 -
CMYK 0 0.15 0.46 0.32
HSL 40.25º 0.33% 0.52% -
HSV(B) 40.25º 0.46% 0.68% -
XYZ 29.69 30.56 14.92 -
YUV 148.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 173 147 94 0 0.15 0.46 0.32 40.25 0.33 0.52
Hex AD 93 5E 0 F 2E 20 28 21 34
Octal 255 223 136 0 17 56 40 50 41 64
Binary 10101101 10010011 1011110 0 1111 101110 100000 101000 100001 110100

Color Harmonies of #AD935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD935E

Black with #AD935E

Text Example


Text Example

White with #AD935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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