Html Css Color HEX #A8985F Barley Corn

📋 copy color: '#A8985F'

red 168 ◦ green 152 ◦ blue 95

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

Shades of Barley Corn #A8985F

Tints of Barley Corn #A8985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

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

R = 40.48%
G = 36.63%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8985F (or 0xA8985F) is known color: Barley Corn. HEX triplet: A8, 98 and 5F. RGB value is (168,152,95). Sum of RGB (Red+Green+Blue) = 168+152+95=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8985F is #5767A0. Grayscale: #969696. Windows color (decimal): -5728161 or 6265000. OLE color: 6265000.

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

Color convert

RGB 168 152 95 -
CMYK 0 0.10 0.43 0.34
HSL 46.85º 0.3% 0.52% -
HSV(B) 46.85º 0.43% 0.66% -
XYZ 29.44 31.61 15.38 -
YUV 150.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 168 152 95 0 0.10 0.43 0.34 46.85 0.3 0.52
Hex A8 98 5F 0 A 2B 22 2F 1E 34
Octal 250 230 137 0 12 53 42 57 36 64
Binary 10101000 10011000 1011111 0 1010 101011 100010 101111 11110 110100

Color Harmonies of #A8985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8985F

Black with #A8985F

Text Example


Text Example

White with #A8985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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