Html Css Color HEX #AF915C Barley Corn

📋 copy color: '#AF915C'

red 175 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #AF915C

Tints of Barley Corn #AF915C

RGB

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

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

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

R = 42.48%
G = 35.19%
B = 22.33%

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

#AF915C (or 0xAF915C) is known color: Barley Corn. HEX triplet: AF, 91 and 5C. RGB value is (175,145,92). Sum of RGB (Red+Green+Blue) = 175+145+92=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF915C is #506EA3. Grayscale: #949494. Windows color (decimal): -5271204 or 6066607. OLE color: 6066607.

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

Color convert

RGB 175 145 92 -
CMYK 0 0.17 0.47 0.31
HSL 38.31º 0.34% 0.52% -
HSV(B) 38.31º 0.47% 0.69% -
XYZ 29.74 30.14 14.38 -
YUV 147.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 175 145 92 0 0.17 0.47 0.31 38.31 0.34 0.52
Hex AF 91 5C 0 11 2F 1F 26 22 34
Octal 257 221 134 0 21 57 37 46 42 64
Binary 10101111 10010001 1011100 0 10001 101111 11111 100110 100010 110100

Color Harmonies of #AF915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF915C

Black with #AF915C

Text Example


Text Example

White with #AF915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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