Html Css Color HEX #AB935A Barley Corn

📋 copy color: '#AB935A'

red 171 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #AB935A

Tints of Barley Corn #AB935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 41.91%
G = 36.03%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB935A (or 0xAB935A) is known color: Barley Corn. HEX triplet: AB, 93 and 5A. RGB value is (171,147,90). Sum of RGB (Red+Green+Blue) = 171+147+90=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935A is #546CA5. Grayscale: #939393. Windows color (decimal): -5532838 or 5936043. OLE color: 5936043.

HSL color Cylindrical-coordinate representation of color #AB935A: hue angle of 42.22º degrees, saturation: 0.33, 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 #AB935A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 90 -
CMYK 0 0.14 0.47 0.33
HSL 42.22º 0.33% 0.51% -
HSV(B) 42.22º 0.47% 0.67% -
XYZ 29.07 30.26 13.98 -
YUV 147.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 171 147 90 0 0.14 0.47 0.33 42.22 0.33 0.51
Hex AB 93 5A 0 E 2F 21 2A 21 33
Octal 253 223 132 0 16 57 41 52 41 63
Binary 10101011 10010011 1011010 0 1110 101111 100001 101010 100001 110011

Color Harmonies of #AB935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB935A

Black with #AB935A

Text Example


Text Example

White with #AB935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB935A; }

 p { color: rgb(171,147,90); }

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

background-color css

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

 a { background-color: rgb(171,147,90); }

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

border-color css

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

 span { border-color: rgb(171,147,90); }

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