Html Css Color HEX #AF8B60 Barley Corn

📋 copy color: '#AF8B60'

red 175 ◦ green 139 ◦ blue 96

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

Shades of Barley Corn #AF8B60

Tints of Barley Corn #AF8B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 42.68%
G = 33.9%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF8B60 (or 0xAF8B60) is known color: Barley Corn. HEX triplet: AF, 8B and 60. RGB value is (175,139,96). Sum of RGB (Red+Green+Blue) = 175+139+96=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B60 is #50749F. Grayscale: #919191. Windows color (decimal): -5272736 or 6327215. OLE color: 6327215.

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

Color convert

RGB 175 139 96 -
CMYK 0 0.21 0.45 0.31
HSL 32.66º 0.33% 0.53% -
HSV(B) 32.66º 0.45% 0.69% -
XYZ 29.02 28.42 15.02 -
YUV 144.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 175 139 96 0 0.21 0.45 0.31 32.66 0.33 0.53
Hex AF 8B 60 0 15 2D 1F 21 21 35
Octal 257 213 140 0 25 55 37 41 41 65
Binary 10101111 10001011 1100000 0 10101 101101 11111 100001 100001 110101

Color Harmonies of #AF8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B60

Black with #AF8B60

Text Example


Text Example

White with #AF8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B60; }

 p { color: rgb(175,139,96); }

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

background-color css

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

 a { background-color: rgb(175,139,96); }

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

border-color css

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

 span { border-color: rgb(175,139,96); }

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