Html Css Color HEX #AF975D Barley Corn

📋 copy color: '#AF975D'

red 175 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #AF975D

Tints of Barley Corn #AF975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 41.77%
G = 36.04%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF975D (or 0xAF975D) is known color: Barley Corn. HEX triplet: AF, 97 and 5D. RGB value is (175,151,93). Sum of RGB (Red+Green+Blue) = 175+151+93=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975D is #5068A2. Grayscale: #979797. Windows color (decimal): -5269667 or 6133679. OLE color: 6133679.

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

Color convert

RGB 175 151 93 -
CMYK 0 0.14 0.47 0.31
HSL 42.44º 0.34% 0.53% -
HSV(B) 42.44º 0.47% 0.69% -
XYZ 30.72 32.04 14.92 -
YUV 151.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 175 151 93 0 0.14 0.47 0.31 42.44 0.34 0.53
Hex AF 97 5D 0 E 2F 1F 2A 22 35
Octal 257 227 135 0 16 57 37 52 42 65
Binary 10101111 10010111 1011101 0 1110 101111 11111 101010 100010 110101

Color Harmonies of #AF975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF975D

Black with #AF975D

Text Example


Text Example

White with #AF975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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