Html Css Color HEX #AD8F5C Barley Corn

📋 copy color: '#AD8F5C'

red 173 ◦ green 143 ◦ blue 92

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

Shades of Barley Corn #AD8F5C

Tints of Barley Corn #AD8F5C

RGB

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

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

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

R = 42.4%
G = 35.05%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD8F5C (or 0xAD8F5C) is known color: Barley Corn. HEX triplet: AD, 8F and 5C. RGB value is (173,143,92). Sum of RGB (Red+Green+Blue) = 173+143+92=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5C is #5270A3. Grayscale: #929292. Windows color (decimal): -5402788 or 6066093. OLE color: 6066093.

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

Color convert

RGB 173 143 92 -
CMYK 0 0.17 0.47 0.32
HSL 37.78º 0.33% 0.52% -
HSV(B) 37.78º 0.47% 0.68% -
XYZ 28.99 29.3 14.25 -
YUV 146.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 173 143 92 0 0.17 0.47 0.32 37.78 0.33 0.52
Hex AD 8F 5C 0 11 2F 20 26 21 34
Octal 255 217 134 0 21 57 40 46 41 64
Binary 10101101 10001111 1011100 0 10001 101111 100000 100110 100001 110100

Color Harmonies of #AD8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F5C

Black with #AD8F5C

Text Example


Text Example

White with #AD8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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