Html Css Color HEX #A8995F Barley Corn

📋 copy color: '#A8995F'

red 168 ◦ green 153 ◦ blue 95

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

Shades of Barley Corn #A8995F

Tints of Barley Corn #A8995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

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

R = 40.38%
G = 36.78%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8995F (or 0xA8995F) is known color: Barley Corn. HEX triplet: A8, 99 and 5F. RGB value is (168,153,95). Sum of RGB (Red+Green+Blue) = 168+153+95=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8995F is #5766A0. Grayscale: #979797. Windows color (decimal): -5727905 or 6265256. OLE color: 6265256.

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

Color convert

RGB 168 153 95 -
CMYK 0 0.09 0.43 0.34
HSL 47.67º 0.3% 0.52% -
HSV(B) 47.67º 0.43% 0.66% -
XYZ 29.61 31.93 15.43 -
YUV 150.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 168 153 95 0 0.09 0.43 0.34 47.67 0.3 0.52
Hex A8 99 5F 0 9 2B 22 30 1E 34
Octal 250 231 137 0 11 53 42 60 36 64
Binary 10101000 10011001 1011111 0 1001 101011 100010 110000 11110 110100

Color Harmonies of #A8995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8995F

Black with #A8995F

Text Example


Text Example

White with #A8995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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