Html Css Color HEX #AF9557 Barley Corn

📋 copy color: '#AF9557'

red 175 ◦ green 149 ◦ blue 87

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

Shades of Barley Corn #AF9557

Tints of Barley Corn #AF9557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 42.58%
G = 36.25%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF9557 (or 0xAF9557) is known color: Barley Corn. HEX triplet: AF, 95 and 57. RGB value is (175,149,87). Sum of RGB (Red+Green+Blue) = 175+149+87=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9557 is #506AA8. Grayscale: #959595. Windows color (decimal): -5270185 or 5739951. OLE color: 5739951.

HSL color Cylindrical-coordinate representation of color #AF9557: hue angle of 42.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF9557 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 87 -
CMYK 0 0.15 0.50 0.31
HSL 42.27º 0.35% 0.51% -
HSV(B) 42.27º 0.5% 0.69% -
XYZ 30.15 31.3 13.47 -
YUV 149.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 175 149 87 0 0.15 0.50 0.31 42.27 0.35 0.51
Hex AF 95 57 0 F 32 1F 2A 23 33
Octal 257 225 127 0 17 62 37 52 43 63
Binary 10101111 10010101 1010111 0 1111 110010 11111 101010 100011 110011

Color Harmonies of #AF9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9557

Black with #AF9557

Text Example


Text Example

White with #AF9557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9557; }

 p { color: rgb(175,149,87); }

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

background-color css

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

 a { background-color: rgb(175,149,87); }

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

border-color css

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

 span { border-color: rgb(175,149,87); }

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