Html Css Color HEX #AB9963 Barley Corn

📋 copy color: '#AB9963'

red 171 ◦ green 153 ◦ blue 99

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

Shades of Barley Corn #AB9963

Tints of Barley Corn #AB9963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 40.43%
G = 36.17%
B = 23.4%

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

#AB9963 (or 0xAB9963) is known color: Barley Corn. HEX triplet: AB, 99 and 63. RGB value is (171,153,99). Sum of RGB (Red+Green+Blue) = 171+153+99=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9963 is #54669C. Grayscale: #989898. Windows color (decimal): -5531293 or 6527403. OLE color: 6527403.

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

Color convert

RGB 171 153 99 -
CMYK 0 0.11 0.42 0.33
HSL 45º 0.3% 0.53% -
HSV(B) 45º 0.42% 0.67% -
XYZ 30.44 32.34 16.44 -
YUV 152.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 171 153 99 0 0.11 0.42 0.33 45 0.3 0.53
Hex AB 99 63 0 B 2A 21 2D 1E 35
Octal 253 231 143 0 13 52 41 55 36 65
Binary 10101011 10011001 1100011 0 1011 101010 100001 101101 11110 110101

Color Harmonies of #AB9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9963

Black with #AB9963

Text Example


Text Example

White with #AB9963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9963; }

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

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

background-color css

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

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

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

border-color css

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

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

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