Html Css Color HEX #AD8F5D Barley Corn

📋 copy color: '#AD8F5D'

red 173 ◦ green 143 ◦ blue 93

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

Shades of Barley Corn #AD8F5D

Tints of Barley Corn #AD8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 42.3%
G = 34.96%
B = 22.74%

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

#AD8F5D (or 0xAD8F5D) is known color: Barley Corn. HEX triplet: AD, 8F and 5D. RGB value is (173,143,93). Sum of RGB (Red+Green+Blue) = 173+143+93=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5D is #5270A2. Grayscale: #929292. Windows color (decimal): -5402787 or 6131629. OLE color: 6131629.

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

Color convert

RGB 173 143 93 -
CMYK 0 0.17 0.46 0.32
HSL 37.5º 0.33% 0.52% -
HSV(B) 37.5º 0.46% 0.68% -
XYZ 29.03 29.32 14.49 -
YUV 146.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 173 143 93 0 0.17 0.46 0.32 37.5 0.33 0.52
Hex AD 8F 5D 0 11 2E 20 26 21 34
Octal 255 217 135 0 21 56 40 46 41 64
Binary 10101101 10001111 1011101 0 10001 101110 100000 100110 100001 110100

Color Harmonies of #AD8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F5D

Black with #AD8F5D

Text Example


Text Example

White with #AD8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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