Html Css Color HEX #A89365 Barley Corn

📋 copy color: '#A89365'

red 168 ◦ green 147 ◦ blue 101

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

Shades of Barley Corn #A89365

Tints of Barley Corn #A89365

RGB

 RED value IS 168 (66.02% from 255) = 40.38%

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 40.38%
G = 35.34%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A89365 (or 0xA89365) is known color: Barley Corn. HEX triplet: A8, 93 and 65. RGB value is (168,147,101). Sum of RGB (Red+Green+Blue) = 168+147+101=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89365 is #576C9A. Grayscale: #949494. Windows color (decimal): -5729435 or 6656936. OLE color: 6656936.

HSL color Cylindrical-coordinate representation of color #A89365: hue angle of 41.19º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A89365 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 101 -
CMYK 0 0.13 0.40 0.34
HSL 41.19º 0.28% 0.53% -
HSV(B) 41.19º 0.4% 0.66% -
XYZ 28.93 30.13 16.6 -
YUV 148.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 168 147 101 0 0.13 0.40 0.34 41.19 0.28 0.53
Hex A8 93 65 0 D 28 22 29 1C 35
Octal 250 223 145 0 15 50 42 51 34 65
Binary 10101000 10010011 1100101 0 1101 101000 100010 101001 11100 110101

Color Harmonies of #A89365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89365

Black with #A89365

Text Example


Text Example

White with #A89365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89365; }

 p { color: rgb(168,147,101); }

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

background-color css

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

 a { background-color: rgb(168,147,101); }

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

border-color css

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

 span { border-color: rgb(168,147,101); }

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