Html Css Color HEX #AB935C Barley Corn

📋 copy color: '#AB935C'

red 171 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #AB935C

Tints of Barley Corn #AB935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 41.71%
G = 35.85%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB935C (or 0xAB935C) is known color: Barley Corn. HEX triplet: AB, 93 and 5C. RGB value is (171,147,92). Sum of RGB (Red+Green+Blue) = 171+147+92=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB935C is #546CA3. Grayscale: #949494. Windows color (decimal): -5532836 or 6067115. OLE color: 6067115.

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

Color convert

RGB 171 147 92 -
CMYK 0 0.14 0.46 0.33
HSL 41.77º 0.32% 0.52% -
HSV(B) 41.77º 0.46% 0.67% -
XYZ 29.16 30.3 14.44 -
YUV 147.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 171 147 92 0 0.14 0.46 0.33 41.77 0.32 0.52
Hex AB 93 5C 0 E 2E 21 2A 20 34
Octal 253 223 134 0 16 56 41 52 40 64
Binary 10101011 10010011 1011100 0 1110 101110 100001 101010 100000 110100

Color Harmonies of #AB935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB935C

Black with #AB935C

Text Example


Text Example

White with #AB935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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