Html Css Color HEX #AB9A60 Barley Corn

📋 copy color: '#AB9A60'

red 171 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #AB9A60

Tints of Barley Corn #AB9A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 40.62%
G = 36.58%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB9A60 (or 0xAB9A60) is known color: Barley Corn. HEX triplet: AB, 9A and 60. RGB value is (171,154,96). Sum of RGB (Red+Green+Blue) = 171+154+96=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A60 is #54659F. Grayscale: #989898. Windows color (decimal): -5531040 or 6331051. OLE color: 6331051.

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

Color convert

RGB 171 154 96 -
CMYK 0 0.10 0.44 0.33
HSL 46.4º 0.31% 0.52% -
HSV(B) 46.4º 0.44% 0.67% -
XYZ 30.46 32.61 15.76 -
YUV 152.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 171 154 96 0 0.10 0.44 0.33 46.4 0.31 0.52
Hex AB 9A 60 0 A 2C 21 2E 1F 34
Octal 253 232 140 0 12 54 41 56 37 64
Binary 10101011 10011010 1100000 0 1010 101100 100001 101110 11111 110100

Color Harmonies of #AB9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A60

Black with #AB9A60

Text Example


Text Example

White with #AB9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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