Html Css Color HEX #AF9B5E Barley Corn

📋 copy color: '#AF9B5E'

red 175 ◦ green 155 ◦ blue 94

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

Shades of Barley Corn #AF9B5E

Tints of Barley Corn #AF9B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

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

R = 41.27%
G = 36.56%
B = 22.17%

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

#AF9B5E (or 0xAF9B5E) is known color: Barley Corn. HEX triplet: AF, 9B and 5E. RGB value is (175,155,94). Sum of RGB (Red+Green+Blue) = 175+155+94=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B5E is #5064A1. Grayscale: #9A9A9A. Windows color (decimal): -5268642 or 6200239. OLE color: 6200239.

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

Color convert

RGB 175 155 94 -
CMYK 0 0.11 0.46 0.31
HSL 45.19º 0.34% 0.53% -
HSV(B) 45.19º 0.46% 0.69% -
XYZ 31.42 33.36 15.37 -
YUV 154.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 175 155 94 0 0.11 0.46 0.31 45.19 0.34 0.53
Hex AF 9B 5E 0 B 2E 1F 2D 22 35
Octal 257 233 136 0 13 56 37 55 42 65
Binary 10101111 10011011 1011110 0 1011 101110 11111 101101 100010 110101

Color Harmonies of #AF9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B5E

Black with #AF9B5E

Text Example


Text Example

White with #AF9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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