Html Css Color HEX #AF935E Barley Corn

📋 copy color: '#AF935E'

red 175 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #AF935E

Tints of Barley Corn #AF935E

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 42.07%
G = 35.34%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF935E (or 0xAF935E) is known color: Barley Corn. HEX triplet: AF, 93 and 5E. RGB value is (175,147,94). Sum of RGB (Red+Green+Blue) = 175+147+94=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935E is #506CA1. Grayscale: #959595. Windows color (decimal): -5270690 or 6198191. OLE color: 6198191.

HSL color Cylindrical-coordinate representation of color #AF935E: hue angle of 39.26º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF935E is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 94 -
CMYK 0 0.16 0.46 0.31
HSL 39.26º 0.34% 0.53% -
HSV(B) 39.26º 0.46% 0.69% -
XYZ 30.13 30.79 14.94 -
YUV 149.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 175 147 94 0 0.16 0.46 0.31 39.26 0.34 0.53
Hex AF 93 5E 0 10 2E 1F 27 22 35
Octal 257 223 136 0 20 56 37 47 42 65
Binary 10101111 10010011 1011110 0 10000 101110 11111 100111 100010 110101

Color Harmonies of #AF935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF935E

Black with #AF935E

Text Example


Text Example

White with #AF935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF935E; }

 p { color: rgb(175,147,94); }

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

background-color css

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

 a { background-color: rgb(175,147,94); }

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

border-color css

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

 span { border-color: rgb(175,147,94); }

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