Html Css Color HEX #AB935B Barley Corn

📋 copy color: '#AB935B'

red 171 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #AB935B

Tints of Barley Corn #AB935B

RGB

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

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

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

R = 41.81%
G = 35.94%
B = 22.25%

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

#AB935B (or 0xAB935B) is known color: Barley Corn. HEX triplet: AB, 93 and 5B. RGB value is (171,147,91). Sum of RGB (Red+Green+Blue) = 171+147+91=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935B is #546CA4. Grayscale: #949494. Windows color (decimal): -5532837 or 6001579. OLE color: 6001579.

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

Color convert

RGB 171 147 91 -
CMYK 0 0.14 0.47 0.33
HSL 42º 0.32% 0.51% -
HSV(B) 42º 0.47% 0.67% -
XYZ 29.12 30.28 14.21 -
YUV 147.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 171 147 91 0 0.14 0.47 0.33 42 0.32 0.51
Hex AB 93 5B 0 E 2F 21 2A 20 33
Octal 253 223 133 0 16 57 41 52 40 63
Binary 10101011 10010011 1011011 0 1110 101111 100001 101010 100000 110011

Color Harmonies of #AB935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB935B

Black with #AB935B

Text Example


Text Example

White with #AB935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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