Html Css Color HEX #AB935F Barley Corn

📋 copy color: '#AB935F'

red 171 ◦ green 147 ◦ blue 95

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

Shades of Barley Corn #AB935F

Tints of Barley Corn #AB935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 41.4%
G = 35.59%
B = 23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB935F (or 0xAB935F) is known color: Barley Corn. HEX triplet: AB, 93 and 5F. RGB value is (171,147,95). Sum of RGB (Red+Green+Blue) = 171+147+95=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935F is #546CA0. Grayscale: #949494. Windows color (decimal): -5532833 or 6263723. OLE color: 6263723.

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

Color convert

RGB 171 147 95 -
CMYK 0 0.14 0.44 0.33
HSL 41.05º 0.31% 0.52% -
HSV(B) 41.05º 0.44% 0.67% -
XYZ 29.29 30.35 15.14 -
YUV 148.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 171 147 95 0 0.14 0.44 0.33 41.05 0.31 0.52
Hex AB 93 5F 0 E 2C 21 29 1F 34
Octal 253 223 137 0 16 54 41 51 37 64
Binary 10101011 10010011 1011111 0 1110 101100 100001 101001 11111 110100

Color Harmonies of #AB935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB935F

Black with #AB935F

Text Example


Text Example

White with #AB935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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