Html Css Color HEX #AB9A63 Barley Corn

📋 copy color: '#AB9A63'

red 171 ◦ green 154 ◦ blue 99

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

Shades of Barley Corn #AB9A63

Tints of Barley Corn #AB9A63

RGB

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

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

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

R = 40.33%
G = 36.32%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB9A63 (or 0xAB9A63) is known color: Barley Corn. HEX triplet: AB, 9A and 63. RGB value is (171,154,99). Sum of RGB (Red+Green+Blue) = 171+154+99=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A63 is #54659C. Grayscale: #999999. Windows color (decimal): -5531037 or 6527659. OLE color: 6527659.

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

Color convert

RGB 171 154 99 -
CMYK 0 0.10 0.42 0.33
HSL 45.83º 0.3% 0.53% -
HSV(B) 45.83º 0.42% 0.67% -
XYZ 30.6 32.67 16.5 -
YUV 152.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 171 154 99 0 0.10 0.42 0.33 45.83 0.3 0.53
Hex AB 9A 63 0 A 2A 21 2E 1E 35
Octal 253 232 143 0 12 52 41 56 36 65
Binary 10101011 10011010 1100011 0 1010 101010 100001 101110 11110 110101

Color Harmonies of #AB9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A63

Black with #AB9A63

Text Example


Text Example

White with #AB9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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