Html Css Color HEX #AD905D Barley Corn

📋 copy color: '#AD905D'

red 173 ◦ green 144 ◦ blue 93

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

Shades of Barley Corn #AD905D

Tints of Barley Corn #AD905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 42.2%
G = 35.12%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD905D (or 0xAD905D) is known color: Barley Corn. HEX triplet: AD, 90 and 5D. RGB value is (173,144,93). Sum of RGB (Red+Green+Blue) = 173+144+93=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905D is #526FA2. Grayscale: #939393. Windows color (decimal): -5402531 or 6131885. OLE color: 6131885.

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

Color convert

RGB 173 144 93 -
CMYK 0 0.17 0.46 0.32
HSL 38.25º 0.33% 0.52% -
HSV(B) 38.25º 0.46% 0.68% -
XYZ 29.18 29.62 14.54 -
YUV 146.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 173 144 93 0 0.17 0.46 0.32 38.25 0.33 0.52
Hex AD 90 5D 0 11 2E 20 26 21 34
Octal 255 220 135 0 21 56 40 46 41 64
Binary 10101101 10010000 1011101 0 10001 101110 100000 100110 100001 110100

Color Harmonies of #AD905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD905D

Black with #AD905D

Text Example


Text Example

White with #AD905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD905D; }

 p { color: rgb(173,144,93); }

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

background-color css

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

 a { background-color: rgb(173,144,93); }

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

border-color css

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

 span { border-color: rgb(173,144,93); }

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