Html Css Color HEX #AF935D Barley Corn

📋 copy color: '#AF935D'

red 175 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #AF935D

Tints of Barley Corn #AF935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 42.17%
G = 35.42%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF935D (or 0xAF935D) is known color: Barley Corn. HEX triplet: AF, 93 and 5D. RGB value is (175,147,93). Sum of RGB (Red+Green+Blue) = 175+147+93=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935D is #506CA2. Grayscale: #959595. Windows color (decimal): -5270691 or 6132655. OLE color: 6132655.

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

Color convert

RGB 175 147 93 -
CMYK 0 0.16 0.47 0.31
HSL 39.51º 0.34% 0.53% -
HSV(B) 39.51º 0.47% 0.69% -
XYZ 30.09 30.77 14.71 -
YUV 149.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 175 147 93 0 0.16 0.47 0.31 39.51 0.34 0.53
Hex AF 93 5D 0 10 2F 1F 28 22 35
Octal 257 223 135 0 20 57 37 50 42 65
Binary 10101111 10010011 1011101 0 10000 101111 11111 101000 100010 110101

Color Harmonies of #AF935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF935D

Black with #AF935D

Text Example


Text Example

White with #AF935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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