Html Css Color HEX #AF935B Barley Corn

📋 copy color: '#AF935B'

red 175 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #AF935B

Tints of Barley Corn #AF935B

RGB

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

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

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

R = 42.37%
G = 35.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF935B (or 0xAF935B) is known color: Barley Corn. HEX triplet: AF, 93 and 5B. RGB value is (175,147,91). Sum of RGB (Red+Green+Blue) = 175+147+91=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935B is #506CA4. Grayscale: #959595. Windows color (decimal): -5270693 or 6001583. OLE color: 6001583.

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

Color convert

RGB 175 147 91 -
CMYK 0 0.16 0.48 0.31
HSL 40º 0.34% 0.52% -
HSV(B) 40º 0.48% 0.69% -
XYZ 30 30.74 14.25 -
YUV 148.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 175 147 91 0 0.16 0.48 0.31 40 0.34 0.52
Hex AF 93 5B 0 10 30 1F 28 22 34
Octal 257 223 133 0 20 60 37 50 42 64
Binary 10101111 10010011 1011011 0 10000 110000 11111 101000 100010 110100

Color Harmonies of #AF935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF935B

Black with #AF935B

Text Example


Text Example

White with #AF935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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