Html Css Color HEX #AD935C Barley Corn

📋 copy color: '#AD935C'

red 173 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #AD935C

Tints of Barley Corn #AD935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 41.99%
G = 35.68%
B = 22.33%

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

#AD935C (or 0xAD935C) is known color: Barley Corn. HEX triplet: AD, 93 and 5C. RGB value is (173,147,92). Sum of RGB (Red+Green+Blue) = 173+147+92=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935C is #526CA3. Grayscale: #949494. Windows color (decimal): -5401764 or 6067117. OLE color: 6067117.

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

Color convert

RGB 173 147 92 -
CMYK 0 0.15 0.47 0.32
HSL 40.74º 0.33% 0.52% -
HSV(B) 40.74º 0.47% 0.68% -
XYZ 29.6 30.52 14.46 -
YUV 148.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 173 147 92 0 0.15 0.47 0.32 40.74 0.33 0.52
Hex AD 93 5C 0 F 2F 20 29 21 34
Octal 255 223 134 0 17 57 40 51 41 64
Binary 10101101 10010011 1011100 0 1111 101111 100000 101001 100001 110100

Color Harmonies of #AD935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD935C

Black with #AD935C

Text Example


Text Example

White with #AD935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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