Html Css Color HEX #AF965E Barley Corn

📋 copy color: '#AF965E'

red 175 ◦ green 150 ◦ blue 94

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

Shades of Barley Corn #AF965E

Tints of Barley Corn #AF965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 41.77%
G = 35.8%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF965E (or 0xAF965E) is known color: Barley Corn. HEX triplet: AF, 96 and 5E. RGB value is (175,150,94). Sum of RGB (Red+Green+Blue) = 175+150+94=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF965E is #5069A1. Grayscale: #979797. Windows color (decimal): -5269922 or 6198959. OLE color: 6198959.

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

Color convert

RGB 175 150 94 -
CMYK 0 0.14 0.46 0.31
HSL 41.48º 0.34% 0.53% -
HSV(B) 41.48º 0.46% 0.69% -
XYZ 30.61 31.73 15.1 -
YUV 151.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 175 150 94 0 0.14 0.46 0.31 41.48 0.34 0.53
Hex AF 96 5E 0 E 2E 1F 29 22 35
Octal 257 226 136 0 16 56 37 51 42 65
Binary 10101111 10010110 1011110 0 1110 101110 11111 101001 100010 110101

Color Harmonies of #AF965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF965E

Black with #AF965E

Text Example


Text Example

White with #AF965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF965E; }

 p { color: rgb(175,150,94); }

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

background-color css

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

 a { background-color: rgb(175,150,94); }

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

border-color css

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

 span { border-color: rgb(175,150,94); }

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