Html Css Color HEX #AB945B Barley Corn

📋 copy color: '#AB945B'

red 171 ◦ green 148 ◦ blue 91

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

Shades of Barley Corn #AB945B

Tints of Barley Corn #AB945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 41.71%
G = 36.1%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB945B (or 0xAB945B) is known color: Barley Corn. HEX triplet: AB, 94 and 5B. RGB value is (171,148,91). Sum of RGB (Red+Green+Blue) = 171+148+91=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB945B is #546BA4. Grayscale: #949494. Windows color (decimal): -5532581 or 6001835. OLE color: 6001835.

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

Color convert

RGB 171 148 91 -
CMYK 0 0.13 0.47 0.33
HSL 42.75º 0.32% 0.51% -
HSV(B) 42.75º 0.47% 0.67% -
XYZ 29.27 30.59 14.26 -
YUV 148.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 171 148 91 0 0.13 0.47 0.33 42.75 0.32 0.51
Hex AB 94 5B 0 D 2F 21 2B 20 33
Octal 253 224 133 0 15 57 41 53 40 63
Binary 10101011 10010100 1011011 0 1101 101111 100001 101011 100000 110011

Color Harmonies of #AB945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB945B

Black with #AB945B

Text Example


Text Example

White with #AB945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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