Html Css Color HEX #AB9C60 Barley Corn

📋 copy color: '#AB9C60'

red 171 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #AB9C60

Tints of Barley Corn #AB9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 40.43%
G = 36.88%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB9C60 (or 0xAB9C60) is known color: Barley Corn. HEX triplet: AB, 9C and 60. RGB value is (171,156,96). Sum of RGB (Red+Green+Blue) = 171+156+96=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C60 is #54639F. Grayscale: #999999. Windows color (decimal): -5530528 or 6331563. OLE color: 6331563.

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

Color convert

RGB 171 156 96 -
CMYK 0 0.09 0.44 0.33
HSL 48º 0.31% 0.52% -
HSV(B) 48º 0.44% 0.67% -
XYZ 30.79 33.28 15.87 -
YUV 153.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 171 156 96 0 0.09 0.44 0.33 48 0.31 0.52
Hex AB 9C 60 0 9 2C 21 30 1F 34
Octal 253 234 140 0 11 54 41 60 37 64
Binary 10101011 10011100 1100000 0 1001 101100 100001 110000 11111 110100

Color Harmonies of #AB9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C60

Black with #AB9C60

Text Example


Text Example

White with #AB9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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