Html Css Color HEX #AF915D Barley Corn

📋 copy color: '#AF915D'

red 175 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #AF915D

Tints of Barley Corn #AF915D

RGB

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

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

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

R = 42.37%
G = 35.11%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF915D (or 0xAF915D) is known color: Barley Corn. HEX triplet: AF, 91 and 5D. RGB value is (175,145,93). Sum of RGB (Red+Green+Blue) = 175+145+93=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915D is #506EA2. Grayscale: #949494. Windows color (decimal): -5271203 or 6132143. OLE color: 6132143.

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

Color convert

RGB 175 145 93 -
CMYK 0 0.17 0.47 0.31
HSL 38.05º 0.34% 0.53% -
HSV(B) 38.05º 0.47% 0.69% -
XYZ 29.78 30.16 14.61 -
YUV 148.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 175 145 93 0 0.17 0.47 0.31 38.05 0.34 0.53
Hex AF 91 5D 0 11 2F 1F 26 22 35
Octal 257 221 135 0 21 57 37 46 42 65
Binary 10101111 10010001 1011101 0 10001 101111 11111 100110 100010 110101

Color Harmonies of #AF915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF915D

Black with #AF915D

Text Example


Text Example

White with #AF915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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