Html Css Color HEX #AB915D Barley Corn

📋 copy color: '#AB915D'

red 171 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #AB915D

Tints of Barley Corn #AB915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 41.81%
G = 35.45%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB915D (or 0xAB915D) is known color: Barley Corn. HEX triplet: AB, 91 and 5D. RGB value is (171,145,93). Sum of RGB (Red+Green+Blue) = 171+145+93=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915D is #546EA2. Grayscale: #939393. Windows color (decimal): -5533347 or 6132139. OLE color: 6132139.

HSL color Cylindrical-coordinate representation of color #AB915D: hue angle of 40º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB915D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 93 -
CMYK 0 0.15 0.46 0.33
HSL 40º 0.32% 0.52% -
HSV(B) 40º 0.46% 0.67% -
XYZ 28.9 29.7 14.57 -
YUV 146.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 171 145 93 0 0.15 0.46 0.33 40 0.32 0.52
Hex AB 91 5D 0 F 2E 21 28 20 34
Octal 253 221 135 0 17 56 41 50 40 64
Binary 10101011 10010001 1011101 0 1111 101110 100001 101000 100000 110100

Color Harmonies of #AB915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB915D

Black with #AB915D

Text Example


Text Example

White with #AB915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB915D; }

 p { color: rgb(171,145,93); }

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

background-color css

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

 a { background-color: rgb(171,145,93); }

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

border-color css

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

 span { border-color: rgb(171,145,93); }

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