Html Css Color HEX #AB8F63 Barley Corn

📋 copy color: '#AB8F63'

red 171 ◦ green 143 ◦ blue 99

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

Shades of Barley Corn #AB8F63

Tints of Barley Corn #AB8F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 41.4%
G = 34.62%
B = 23.97%

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

#AB8F63 (or 0xAB8F63) is known color: Barley Corn. HEX triplet: AB, 8F and 63. RGB value is (171,143,99). Sum of RGB (Red+Green+Blue) = 171+143+99=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F63 is #54709C. Grayscale: #929292. Windows color (decimal): -5533853 or 6524843. OLE color: 6524843.

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

Color convert

RGB 171 143 99 -
CMYK 0 0.16 0.42 0.33
HSL 36.67º 0.3% 0.53% -
HSV(B) 36.67º 0.42% 0.67% -
XYZ 28.87 29.2 15.92 -
YUV 146.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 171 143 99 0 0.16 0.42 0.33 36.67 0.3 0.53
Hex AB 8F 63 0 10 2A 21 25 1E 35
Octal 253 217 143 0 20 52 41 45 36 65
Binary 10101011 10001111 1100011 0 10000 101010 100001 100101 11110 110101

Color Harmonies of #AB8F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F63

Black with #AB8F63

Text Example


Text Example

White with #AB8F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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