Html Css Color HEX #AD8C62 Barley Corn

📋 copy color: '#AD8C62'

red 173 ◦ green 140 ◦ blue 98

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

Shades of Barley Corn #AD8C62

Tints of Barley Corn #AD8C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 42.09%
G = 34.06%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD8C62 (or 0xAD8C62) is known color: Barley Corn. HEX triplet: AD, 8C and 62. RGB value is (173,140,98). Sum of RGB (Red+Green+Blue) = 173+140+98=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C62 is #52739D. Grayscale: #919191. Windows color (decimal): -5403550 or 6458541. OLE color: 6458541.

HSL color Cylindrical-coordinate representation of color #AD8C62: hue angle of 33.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8C62 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 98 -
CMYK 0 0.19 0.43 0.32
HSL 33.6º 0.31% 0.53% -
HSV(B) 33.6º 0.43% 0.68% -
XYZ 28.82 28.52 15.54 -
YUV 145.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 173 140 98 0 0.19 0.43 0.32 33.6 0.31 0.53
Hex AD 8C 62 0 13 2B 20 22 1F 35
Octal 255 214 142 0 23 53 40 42 37 65
Binary 10101101 10001100 1100010 0 10011 101011 100000 100010 11111 110101

Color Harmonies of #AD8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C62

Black with #AD8C62

Text Example


Text Example

White with #AD8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C62; }

 p { color: rgb(173,140,98); }

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

background-color css

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

 a { background-color: rgb(173,140,98); }

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

border-color css

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

 span { border-color: rgb(173,140,98); }

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