Html Css Color HEX #AD935A Barley Corn

📋 copy color: '#AD935A'

red 173 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #AD935A

Tints of Barley Corn #AD935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 42.2%
G = 35.85%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD935A (or 0xAD935A) is known color: Barley Corn. HEX triplet: AD, 93 and 5A. RGB value is (173,147,90). Sum of RGB (Red+Green+Blue) = 173+147+90=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD935A is #526CA5. Grayscale: #949494. Windows color (decimal): -5401766 or 5936045. OLE color: 5936045.

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

Color convert

RGB 173 147 90 -
CMYK 0 0.15 0.48 0.32
HSL 41.2º 0.34% 0.52% -
HSV(B) 41.2º 0.48% 0.68% -
XYZ 29.51 30.49 14 -
YUV 148.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 173 147 90 0 0.15 0.48 0.32 41.2 0.34 0.52
Hex AD 93 5A 0 F 30 20 29 22 34
Octal 255 223 132 0 17 60 40 51 42 64
Binary 10101101 10010011 1011010 0 1111 110000 100000 101001 100010 110100

Color Harmonies of #AD935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD935A

Black with #AD935A

Text Example


Text Example

White with #AD935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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