Html Css Color HEX #A59460 Barley Corn

📋 copy color: '#A59460'

red 165 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #A59460

Tints of Barley Corn #A59460

RGB

 RED value IS 165 (64.84% from 255) = 40.34%

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 40.34%
G = 36.19%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A59460 (or 0xA59460) is known color: Barley Corn. HEX triplet: A5, 94 and 60. RGB value is (165,148,96). Sum of RGB (Red+Green+Blue) = 165+148+96=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A59460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59460 is #5A6B9F. Grayscale: #939393. Windows color (decimal): -5925792 or 6329509. OLE color: 6329509.

HSL color Cylindrical-coordinate representation of color #A59460: hue angle of 45.22º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59460 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 96 -
CMYK 0 0.10 0.42 0.35
HSL 45.22º 0.28% 0.51% -
HSV(B) 45.22º 0.42% 0.65% -
XYZ 28.22 30.02 15.37 -
YUV 147.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 165 148 96 0 0.10 0.42 0.35 45.22 0.28 0.51
Hex A5 94 60 0 A 2A 23 2D 1C 33
Octal 245 224 140 0 12 52 43 55 34 63
Binary 10100101 10010100 1100000 0 1010 101010 100011 101101 11100 110011

Color Harmonies of #A59460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59460

Black with #A59460

Text Example


Text Example

White with #A59460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59460; }

 p { color: rgb(165,148,96); }

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

background-color css

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

 a { background-color: rgb(165,148,96); }

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

border-color css

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

 span { border-color: rgb(165,148,96); }

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