Html Css Color HEX #A89664 Barley Corn

📋 copy color: '#A89664'

red 168 ◦ green 150 ◦ blue 100

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

Shades of Barley Corn #A89664

Tints of Barley Corn #A89664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 40.19%
G = 35.89%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A89664 (or 0xA89664) is known color: Barley Corn. HEX triplet: A8, 96 and 64. RGB value is (168,150,100). Sum of RGB (Red+Green+Blue) = 168+150+100=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89664 is #57699B. Grayscale: #959595. Windows color (decimal): -5728668 or 6592168. OLE color: 6592168.

HSL color Cylindrical-coordinate representation of color #A89664: hue angle of 44.12º 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 #A89664 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 100 -
CMYK 0 0.11 0.40 0.34
HSL 44.12º 0.28% 0.53% -
HSV(B) 44.12º 0.4% 0.66% -
XYZ 29.36 31.06 16.5 -
YUV 149.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 168 150 100 0 0.11 0.40 0.34 44.12 0.28 0.53
Hex A8 96 64 0 B 28 22 2C 1C 35
Octal 250 226 144 0 13 50 42 54 34 65
Binary 10101000 10010110 1100100 0 1011 101000 100010 101100 11100 110101

Color Harmonies of #A89664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89664

Black with #A89664

Text Example


Text Example

White with #A89664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89664; }

 p { color: rgb(168,150,100); }

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

background-color css

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

 a { background-color: rgb(168,150,100); }

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

border-color css

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

 span { border-color: rgb(168,150,100); }

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