Html Css Color HEX #AF976C Barley Corn

📋 copy color: '#AF976C'

red 175 ◦ green 151 ◦ blue 108

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

Shades of Barley Corn #AF976C

Tints of Barley Corn #AF976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 40.32%
G = 34.79%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF976C (or 0xAF976C) is known color: Barley Corn. HEX triplet: AF, 97 and 6C. RGB value is (175,151,108). Sum of RGB (Red+Green+Blue) = 175+151+108=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976C is #506893. Grayscale: #999999. Windows color (decimal): -5269652 or 7116719. OLE color: 7116719.

HSL color Cylindrical-coordinate representation of color #AF976C: hue angle of 38.51º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF976C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 151 108 -
CMYK 0 0.14 0.38 0.31
HSL 38.51º 0.3% 0.55% -
HSV(B) 38.51º 0.38% 0.69% -
XYZ 31.45 32.33 18.77 -
YUV 153.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 175 151 108 0 0.14 0.38 0.31 38.51 0.3 0.55
Hex AF 97 6C 0 E 26 1F 27 1E 37
Octal 257 227 154 0 16 46 37 47 36 67
Binary 10101111 10010111 1101100 0 1110 100110 11111 100111 11110 110111

Color Harmonies of #AF976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF976C

Black with #AF976C

Text Example


Text Example

White with #AF976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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