Html Css Color HEX #AB955B Barley Corn

📋 copy color: '#AB955B'

red 171 ◦ green 149 ◦ blue 91

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

Shades of Barley Corn #AB955B

Tints of Barley Corn #AB955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 41.61%
G = 36.25%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB955B (or 0xAB955B) is known color: Barley Corn. HEX triplet: AB, 95 and 5B. RGB value is (171,149,91). Sum of RGB (Red+Green+Blue) = 171+149+91=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB955B is #546AA4. Grayscale: #959595. Windows color (decimal): -5532325 or 6002091. OLE color: 6002091.

HSL color Cylindrical-coordinate representation of color #AB955B: hue angle of 43.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB955B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 91 -
CMYK 0 0.13 0.47 0.33
HSL 43.5º 0.32% 0.51% -
HSV(B) 43.5º 0.47% 0.67% -
XYZ 29.43 30.91 14.31 -
YUV 148.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 171 149 91 0 0.13 0.47 0.33 43.5 0.32 0.51
Hex AB 95 5B 0 D 2F 21 2C 20 33
Octal 253 225 133 0 15 57 41 54 40 63
Binary 10101011 10010101 1011011 0 1101 101111 100001 101100 100000 110011

Color Harmonies of #AB955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB955B

Black with #AB955B

Text Example


Text Example

White with #AB955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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