Html Css Color HEX #AF8F5C Barley Corn

📋 copy color: '#AF8F5C'

red 175 ◦ green 143 ◦ blue 92

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

Shades of Barley Corn #AF8F5C

Tints of Barley Corn #AF8F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

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

R = 42.68%
G = 34.88%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8F5C (or 0xAF8F5C) is known color: Barley Corn. HEX triplet: AF, 8F and 5C. RGB value is (175,143,92). Sum of RGB (Red+Green+Blue) = 175+143+92=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5C is #5070A3. Grayscale: #929292. Windows color (decimal): -5271716 or 6066095. OLE color: 6066095.

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

Color convert

RGB 175 143 92 -
CMYK 0 0.18 0.47 0.31
HSL 36.87º 0.34% 0.52% -
HSV(B) 36.87º 0.47% 0.69% -
XYZ 29.43 29.53 14.27 -
YUV 146.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 175 143 92 0 0.18 0.47 0.31 36.87 0.34 0.52
Hex AF 8F 5C 0 12 2F 1F 25 22 34
Octal 257 217 134 0 22 57 37 45 42 64
Binary 10101111 10001111 1011100 0 10010 101111 11111 100101 100010 110100

Color Harmonies of #AF8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F5C

Black with #AF8F5C

Text Example


Text Example

White with #AF8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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