Html Css Color HEX #AB955E Barley Corn

📋 copy color: '#AB955E'

red 171 ◦ green 149 ◦ blue 94

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

Shades of Barley Corn #AB955E

Tints of Barley Corn #AB955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

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

R = 41.3%
G = 35.99%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB955E (or 0xAB955E) is known color: Barley Corn. HEX triplet: AB, 95 and 5E. RGB value is (171,149,94). Sum of RGB (Red+Green+Blue) = 171+149+94=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB955E is #546AA1. Grayscale: #959595. Windows color (decimal): -5532322 or 6198699. OLE color: 6198699.

HSL color Cylindrical-coordinate representation of color #AB955E: hue angle of 42.86º 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 #AB955E is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 94 -
CMYK 0 0.13 0.45 0.33
HSL 42.86º 0.31% 0.52% -
HSV(B) 42.86º 0.45% 0.67% -
XYZ 29.56 30.96 15.01 -
YUV 149.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 171 149 94 0 0.13 0.45 0.33 42.86 0.31 0.52
Hex AB 95 5E 0 D 2D 21 2B 1F 34
Octal 253 225 136 0 15 55 41 53 37 64
Binary 10101011 10010101 1011110 0 1101 101101 100001 101011 11111 110100

Color Harmonies of #AB955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB955E

Black with #AB955E

Text Example


Text Example

White with #AB955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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