Html Css Color HEX #A89363 Barley Corn

📋 copy color: '#A89363'

red 168 ◦ green 147 ◦ blue 99

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

Shades of Barley Corn #A89363

Tints of Barley Corn #A89363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.91%

R = 40.58%
G = 35.51%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A89363 (or 0xA89363) is known color: Barley Corn. HEX triplet: A8, 93 and 63. RGB value is (168,147,99). Sum of RGB (Red+Green+Blue) = 168+147+99=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A89363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89363 is #576C9C. Grayscale: #949494. Windows color (decimal): -5729437 or 6525864. OLE color: 6525864.

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

Color convert

RGB 168 147 99 -
CMYK 0 0.13 0.41 0.34
HSL 41.74º 0.28% 0.52% -
HSV(B) 41.74º 0.41% 0.66% -
XYZ 28.83 30.09 16.09 -
YUV 147.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 168 147 99 0 0.13 0.41 0.34 41.74 0.28 0.52
Hex A8 93 63 0 D 29 22 2A 1C 34
Octal 250 223 143 0 15 51 42 52 34 64
Binary 10101000 10010011 1100011 0 1101 101001 100010 101010 11100 110100

Color Harmonies of #A89363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89363

Black with #A89363

Text Example


Text Example

White with #A89363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89363; }

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

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

background-color css

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

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

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

border-color css

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

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

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