Html Css Color HEX #AB9964 Barley Corn

📋 copy color: '#AB9964'

red 171 ◦ green 153 ◦ blue 100

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

Shades of Barley Corn #AB9964

Tints of Barley Corn #AB9964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 40.33%
G = 36.08%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB9964 (or 0xAB9964) is known color: Barley Corn. HEX triplet: AB, 99 and 64. RGB value is (171,153,100). Sum of RGB (Red+Green+Blue) = 171+153+100=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9964 is #54669B. Grayscale: #989898. Windows color (decimal): -5531292 or 6592939. OLE color: 6592939.

HSL color Cylindrical-coordinate representation of color #AB9964: hue angle of 44.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB9964 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 100 -
CMYK 0 0.11 0.42 0.33
HSL 44.79º 0.3% 0.53% -
HSV(B) 44.79º 0.42% 0.67% -
XYZ 30.49 32.36 16.7 -
YUV 152.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 171 153 100 0 0.11 0.42 0.33 44.79 0.3 0.53
Hex AB 99 64 0 B 2A 21 2D 1E 35
Octal 253 231 144 0 13 52 41 55 36 65
Binary 10101011 10011001 1100100 0 1011 101010 100001 101101 11110 110101

Color Harmonies of #AB9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9964

Black with #AB9964

Text Example


Text Example

White with #AB9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9964; }

 p { color: rgb(171,153,100); }

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

background-color css

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

 a { background-color: rgb(171,153,100); }

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

border-color css

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

 span { border-color: rgb(171,153,100); }

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