Html Css Color HEX #AD935B Barley Corn

📋 copy color: '#AD935B'

red 173 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #AD935B

Tints of Barley Corn #AD935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 42.09%
G = 35.77%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD935B (or 0xAD935B) is known color: Barley Corn. HEX triplet: AD, 93 and 5B. RGB value is (173,147,91). Sum of RGB (Red+Green+Blue) = 173+147+91=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935B is #526CA4. Grayscale: #949494. Windows color (decimal): -5401765 or 6001581. OLE color: 6001581.

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

Color convert

RGB 173 147 91 -
CMYK 0 0.15 0.47 0.32
HSL 40.98º 0.33% 0.52% -
HSV(B) 40.98º 0.47% 0.68% -
XYZ 29.56 30.51 14.23 -
YUV 148.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 173 147 91 0 0.15 0.47 0.32 40.98 0.33 0.52
Hex AD 93 5B 0 F 2F 20 29 21 34
Octal 255 223 133 0 17 57 40 51 41 64
Binary 10101101 10010011 1011011 0 1111 101111 100000 101001 100001 110100

Color Harmonies of #AD935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD935B

Black with #AD935B

Text Example


Text Example

White with #AD935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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