Html Css Color HEX #AF965D Barley Corn

📋 copy color: '#AF965D'

red 175 ◦ green 150 ◦ blue 93

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

Shades of Barley Corn #AF965D

Tints of Barley Corn #AF965D

RGB

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

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

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

R = 41.87%
G = 35.89%
B = 22.25%

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

#AF965D (or 0xAF965D) is known color: Barley Corn. HEX triplet: AF, 96 and 5D. RGB value is (175,150,93). Sum of RGB (Red+Green+Blue) = 175+150+93=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF965D is #5069A2. Grayscale: #979797. Windows color (decimal): -5269923 or 6133423. OLE color: 6133423.

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

Color convert

RGB 175 150 93 -
CMYK 0 0.14 0.47 0.31
HSL 41.71º 0.34% 0.53% -
HSV(B) 41.71º 0.47% 0.69% -
XYZ 30.56 31.72 14.87 -
YUV 150.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 175 150 93 0 0.14 0.47 0.31 41.71 0.34 0.53
Hex AF 96 5D 0 E 2F 1F 2A 22 35
Octal 257 226 135 0 16 57 37 52 42 65
Binary 10101111 10010110 1011101 0 1110 101111 11111 101010 100010 110101

Color Harmonies of #AF965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF965D

Black with #AF965D

Text Example


Text Example

White with #AF965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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