Html Css Color HEX #AF8F5B Barley Corn

📋 copy color: '#AF8F5B'

red 175 ◦ green 143 ◦ blue 91

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

Shades of Barley Corn #AF8F5B

Tints of Barley Corn #AF8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 42.79%
G = 34.96%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF8F5B (or 0xAF8F5B) is known color: Barley Corn. HEX triplet: AF, 8F and 5B. RGB value is (175,143,91). Sum of RGB (Red+Green+Blue) = 175+143+91=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F5B is #5070A4. Grayscale: #929292. Windows color (decimal): -5271717 or 6000559. OLE color: 6000559.

HSL color Cylindrical-coordinate representation of color #AF8F5B: hue angle of 37.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF8F5B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 91 -
CMYK 0 0.18 0.48 0.31
HSL 37.14º 0.34% 0.52% -
HSV(B) 37.14º 0.48% 0.69% -
XYZ 29.39 29.51 14.05 -
YUV 146.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 175 143 91 0 0.18 0.48 0.31 37.14 0.34 0.52
Hex AF 8F 5B 0 12 30 1F 25 22 34
Octal 257 217 133 0 22 60 37 45 42 64
Binary 10101111 10001111 1011011 0 10010 110000 11111 100101 100010 110100

Color Harmonies of #AF8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F5B

Black with #AF8F5B

Text Example


Text Example

White with #AF8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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