Html Css Color HEX #AB9A5E Barley Corn

📋 copy color: '#AB9A5E'

red 171 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #AB9A5E

Tints of Barley Corn #AB9A5E

RGB

 RED value IS 171 (67.19% from 255) = 40.81%

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 40.81%
G = 36.75%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB9A5E (or 0xAB9A5E) is known color: Barley Corn. HEX triplet: AB, 9A and 5E. RGB value is (171,154,94). Sum of RGB (Red+Green+Blue) = 171+154+94=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A5E is #5465A1. Grayscale: #989898. Windows color (decimal): -5531042 or 6199979. OLE color: 6199979.

HSL color Cylindrical-coordinate representation of color #AB9A5E: hue angle of 46.75º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB9A5E is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 94 -
CMYK 0 0.10 0.45 0.33
HSL 46.75º 0.31% 0.52% -
HSV(B) 46.75º 0.45% 0.67% -
XYZ 30.37 32.58 15.28 -
YUV 152.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 171 154 94 0 0.10 0.45 0.33 46.75 0.31 0.52
Hex AB 9A 5E 0 A 2D 21 2F 1F 34
Octal 253 232 136 0 12 55 41 57 37 64
Binary 10101011 10011010 1011110 0 1010 101101 100001 101111 11111 110100

Color Harmonies of #AB9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A5E

Black with #AB9A5E

Text Example


Text Example

White with #AB9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A5E; }

 p { color: rgb(171,154,94); }

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

background-color css

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

 a { background-color: rgb(171,154,94); }

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

border-color css

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

 span { border-color: rgb(171,154,94); }

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