Html Css Color HEX #AD935F Barley Corn

📋 copy color: '#AD935F'

red 173 ◦ green 147 ◦ blue 95

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

Shades of Barley Corn #AD935F

Tints of Barley Corn #AD935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 41.69%
G = 35.42%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD935F (or 0xAD935F) is known color: Barley Corn. HEX triplet: AD, 93 and 5F. RGB value is (173,147,95). Sum of RGB (Red+Green+Blue) = 173+147+95=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935F is #526CA0. Grayscale: #959595. Windows color (decimal): -5401761 or 6263725. OLE color: 6263725.

HSL color Cylindrical-coordinate representation of color #AD935F: hue angle of 40º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD935F is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 95 -
CMYK 0 0.15 0.45 0.32
HSL 40º 0.32% 0.53% -
HSV(B) 40º 0.45% 0.68% -
XYZ 29.73 30.58 15.16 -
YUV 148.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 173 147 95 0 0.15 0.45 0.32 40 0.32 0.53
Hex AD 93 5F 0 F 2D 20 28 20 35
Octal 255 223 137 0 17 55 40 50 40 65
Binary 10101101 10010011 1011111 0 1111 101101 100000 101000 100000 110101

Color Harmonies of #AD935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD935F

Black with #AD935F

Text Example


Text Example

White with #AD935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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