Html Css Color HEX #AB9462 Barley Corn

📋 copy color: '#AB9462'

red 171 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #AB9462

Tints of Barley Corn #AB9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 41.01%
G = 35.49%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB9462 (or 0xAB9462) is known color: Barley Corn. HEX triplet: AB, 94 and 62. RGB value is (171,148,98). Sum of RGB (Red+Green+Blue) = 171+148+98=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9462 is #546B9D. Grayscale: #959595. Windows color (decimal): -5532574 or 6460587. OLE color: 6460587.

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

Color convert

RGB 171 148 98 -
CMYK 0 0.13 0.43 0.33
HSL 41.1º 0.3% 0.53% -
HSV(B) 41.1º 0.43% 0.67% -
XYZ 29.59 30.72 15.93 -
YUV 149.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 171 148 98 0 0.13 0.43 0.33 41.1 0.3 0.53
Hex AB 94 62 0 D 2B 21 29 1E 35
Octal 253 224 142 0 15 53 41 51 36 65
Binary 10101011 10010100 1100010 0 1101 101011 100001 101001 11110 110101

Color Harmonies of #AB9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9462

Black with #AB9462

Text Example


Text Example

White with #AB9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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