Html Css Color HEX #AF9C5E Barley Corn

📋 copy color: '#AF9C5E'

red 175 ◦ green 156 ◦ blue 94

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

Shades of Barley Corn #AF9C5E

Tints of Barley Corn #AF9C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

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

R = 41.18%
G = 36.71%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF9C5E (or 0xAF9C5E) is known color: Barley Corn. HEX triplet: AF, 9C and 5E. RGB value is (175,156,94). Sum of RGB (Red+Green+Blue) = 175+156+94=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5E is #5063A1. Grayscale: #9A9A9A. Windows color (decimal): -5268386 or 6200495. OLE color: 6200495.

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

Color convert

RGB 175 156 94 -
CMYK 0 0.11 0.46 0.31
HSL 45.93º 0.34% 0.53% -
HSV(B) 45.93º 0.46% 0.69% -
XYZ 31.59 33.7 15.43 -
YUV 154.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 175 156 94 0 0.11 0.46 0.31 45.93 0.34 0.53
Hex AF 9C 5E 0 B 2E 1F 2E 22 35
Octal 257 234 136 0 13 56 37 56 42 65
Binary 10101111 10011100 1011110 0 1011 101110 11111 101110 100010 110101

Color Harmonies of #AF9C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C5E

Black with #AF9C5E

Text Example


Text Example

White with #AF9C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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