Html Css Color HEX #AB8F62 Barley Corn

📋 copy color: '#AB8F62'

red 171 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #AB8F62

Tints of Barley Corn #AB8F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 41.5%
G = 34.71%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB8F62 (or 0xAB8F62) is known color: Barley Corn. HEX triplet: AB, 8F and 62. RGB value is (171,143,98). Sum of RGB (Red+Green+Blue) = 171+143+98=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F62 is #54709D. Grayscale: #929292. Windows color (decimal): -5533854 or 6459307. OLE color: 6459307.

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

Color convert

RGB 171 143 98 -
CMYK 0 0.16 0.43 0.33
HSL 36.99º 0.3% 0.53% -
HSV(B) 36.99º 0.43% 0.67% -
XYZ 28.82 29.18 15.67 -
YUV 146.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 171 143 98 0 0.16 0.43 0.33 36.99 0.3 0.53
Hex AB 8F 62 0 10 2B 21 25 1E 35
Octal 253 217 142 0 20 53 41 45 36 65
Binary 10101011 10001111 1100010 0 10000 101011 100001 100101 11110 110101

Color Harmonies of #AB8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F62

Black with #AB8F62

Text Example


Text Example

White with #AB8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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