Html Css Color HEX #AF985D Barley Corn

📋 copy color: '#AF985D'

red 175 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #AF985D

Tints of Barley Corn #AF985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 41.67%
G = 36.19%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF985D (or 0xAF985D) is known color: Barley Corn. HEX triplet: AF, 98 and 5D. RGB value is (175,152,93). Sum of RGB (Red+Green+Blue) = 175+152+93=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF985D is #5067A2. Grayscale: #989898. Windows color (decimal): -5269411 or 6133935. OLE color: 6133935.

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

Color convert

RGB 175 152 93 -
CMYK 0 0.13 0.47 0.31
HSL 43.17º 0.34% 0.53% -
HSV(B) 43.17º 0.47% 0.69% -
XYZ 30.88 32.36 14.97 -
YUV 152.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 175 152 93 0 0.13 0.47 0.31 43.17 0.34 0.53
Hex AF 98 5D 0 D 2F 1F 2B 22 35
Octal 257 230 135 0 15 57 37 53 42 65
Binary 10101111 10011000 1011101 0 1101 101111 11111 101011 100010 110101

Color Harmonies of #AF985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF985D

Black with #AF985D

Text Example


Text Example

White with #AF985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF985D; }

 p { color: rgb(175,152,93); }

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

background-color css

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

 a { background-color: rgb(175,152,93); }

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

border-color css

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

 span { border-color: rgb(175,152,93); }

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