Html Css Color HEX #AF915E Barley Corn

📋 copy color: '#AF915E'

red 175 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #AF915E

Tints of Barley Corn #AF915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 42.27%
G = 35.02%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF915E (or 0xAF915E) is known color: Barley Corn. HEX triplet: AF, 91 and 5E. RGB value is (175,145,94). Sum of RGB (Red+Green+Blue) = 175+145+94=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915E is #506EA1. Grayscale: #949494. Windows color (decimal): -5271202 or 6197679. OLE color: 6197679.

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

Color convert

RGB 175 145 94 -
CMYK 0 0.17 0.46 0.31
HSL 37.78º 0.34% 0.53% -
HSV(B) 37.78º 0.46% 0.69% -
XYZ 29.82 30.17 14.84 -
YUV 148.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 175 145 94 0 0.17 0.46 0.31 37.78 0.34 0.53
Hex AF 91 5E 0 11 2E 1F 26 22 35
Octal 257 221 136 0 21 56 37 46 42 65
Binary 10101111 10010001 1011110 0 10001 101110 11111 100110 100010 110101

Color Harmonies of #AF915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF915E

Black with #AF915E

Text Example


Text Example

White with #AF915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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