Html Css Color HEX #A8945F Barley Corn

📋 copy color: '#A8945F'

red 168 ◦ green 148 ◦ blue 95

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

Shades of Barley Corn #A8945F

Tints of Barley Corn #A8945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 40.88%
G = 36.01%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8945F (or 0xA8945F) is known color: Barley Corn. HEX triplet: A8, 94 and 5F. RGB value is (168,148,95). Sum of RGB (Red+Green+Blue) = 168+148+95=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8945F is #576BA0. Grayscale: #949494. Windows color (decimal): -5729185 or 6263976. OLE color: 6263976.

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

Color convert

RGB 168 148 95 -
CMYK 0 0.12 0.43 0.34
HSL 43.56º 0.3% 0.52% -
HSV(B) 43.56º 0.43% 0.66% -
XYZ 28.8 30.33 15.16 -
YUV 147.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 168 148 95 0 0.12 0.43 0.34 43.56 0.3 0.52
Hex A8 94 5F 0 C 2B 22 2C 1E 34
Octal 250 224 137 0 14 53 42 54 36 64
Binary 10101000 10010100 1011111 0 1100 101011 100010 101100 11110 110100

Color Harmonies of #A8945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8945F

Black with #A8945F

Text Example


Text Example

White with #A8945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8945F; }

 p { color: rgb(168,148,95); }

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

background-color css

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

 a { background-color: rgb(168,148,95); }

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

border-color css

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

 span { border-color: rgb(168,148,95); }

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