Html Css Color HEX #AB9063 Barley Corn

📋 copy color: '#AB9063'

red 171 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #AB9063

Tints of Barley Corn #AB9063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 41.3%
G = 34.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB9063 (or 0xAB9063) is known color: Barley Corn. HEX triplet: AB, 90 and 63. RGB value is (171,144,99). Sum of RGB (Red+Green+Blue) = 171+144+99=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9063 is #546F9C. Grayscale: #939393. Windows color (decimal): -5533597 or 6525099. OLE color: 6525099.

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

Color convert

RGB 171 144 99 -
CMYK 0 0.16 0.42 0.33
HSL 37.5º 0.3% 0.53% -
HSV(B) 37.5º 0.42% 0.67% -
XYZ 29.02 29.51 15.97 -
YUV 146.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 171 144 99 0 0.16 0.42 0.33 37.5 0.3 0.53
Hex AB 90 63 0 10 2A 21 26 1E 35
Octal 253 220 143 0 20 52 41 46 36 65
Binary 10101011 10010000 1100011 0 10000 101010 100001 100110 11110 110101

Color Harmonies of #AB9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9063

Black with #AB9063

Text Example


Text Example

White with #AB9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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