Html Css Color HEX #AF8D61 Barley Corn

📋 copy color: '#AF8D61'

red 175 ◦ green 141 ◦ blue 97

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

Shades of Barley Corn #AF8D61

Tints of Barley Corn #AF8D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 42.37%
G = 34.14%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF8D61 (or 0xAF8D61) is known color: Barley Corn. HEX triplet: AF, 8D and 61. RGB value is (175,141,97). Sum of RGB (Red+Green+Blue) = 175+141+97=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D61 is #50729E. Grayscale: #929292. Windows color (decimal): -5272223 or 6393263. OLE color: 6393263.

HSL color Cylindrical-coordinate representation of color #AF8D61: hue angle of 33.85º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8D61 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 141 97 -
CMYK 0 0.19 0.45 0.31
HSL 33.85º 0.33% 0.53% -
HSV(B) 33.85º 0.45% 0.69% -
XYZ 29.36 29.03 15.36 -
YUV 146.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 175 141 97 0 0.19 0.45 0.31 33.85 0.33 0.53
Hex AF 8D 61 0 13 2D 1F 22 21 35
Octal 257 215 141 0 23 55 37 42 41 65
Binary 10101111 10001101 1100001 0 10011 101101 11111 100010 100001 110101

Color Harmonies of #AF8D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D61

Black with #AF8D61

Text Example


Text Example

White with #AF8D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D61; }

 p { color: rgb(175,141,97); }

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

background-color css

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

 a { background-color: rgb(175,141,97); }

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

border-color css

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

 span { border-color: rgb(175,141,97); }

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