Html Css Color HEX #AF935C Barley Corn

📋 copy color: '#AF935C'

red 175 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #AF935C

Tints of Barley Corn #AF935C

RGB

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

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

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

R = 42.27%
G = 35.51%
B = 22.22%

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

#AF935C (or 0xAF935C) is known color: Barley Corn. HEX triplet: AF, 93 and 5C. RGB value is (175,147,92). Sum of RGB (Red+Green+Blue) = 175+147+92=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF935C is #506CA3. Grayscale: #959595. Windows color (decimal): -5270692 or 6067119. OLE color: 6067119.

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

Color convert

RGB 175 147 92 -
CMYK 0 0.16 0.47 0.31
HSL 39.76º 0.34% 0.52% -
HSV(B) 39.76º 0.47% 0.69% -
XYZ 30.04 30.75 14.48 -
YUV 149.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 175 147 92 0 0.16 0.47 0.31 39.76 0.34 0.52
Hex AF 93 5C 0 10 2F 1F 28 22 34
Octal 257 223 134 0 20 57 37 50 42 64
Binary 10101111 10010011 1011100 0 10000 101111 11111 101000 100010 110100

Color Harmonies of #AF935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF935C

Black with #AF935C

Text Example


Text Example

White with #AF935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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