Html Css Color HEX #AF6940 Bourbon

📋 copy color: '#AF6940'

red 175 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #AF6940

Tints of Bourbon #AF6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 50.87%
G = 30.52%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6940 (or 0xAF6940) is known color: Bourbon. HEX triplet: AF, 69 and 40. RGB value is (175,105,64). Sum of RGB (Red+Green+Blue) = 175+105+64=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6940 is #5096BF. Grayscale: #797979. Windows color (decimal): -5281472 or 4221359. OLE color: 4221359.

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

Color convert

RGB 175 105 64 -
CMYK 0 0.40 0.63 0.31
HSL 22.16º 0.46% 0.47% -
HSV(B) 22.16º 0.63% 0.69% -
XYZ 23.66 19.59 7.38 -
YUV 121.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 175 105 64 0 0.40 0.63 0.31 22.16 0.46 0.47
Hex AF 69 40 0 28 3F 1F 16 2E 2F
Octal 257 151 100 0 50 77 37 26 56 57
Binary 10101111 1101001 1000000 0 101000 111111 11111 10110 101110 101111

Color Harmonies of #AF6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6940

Black with #AF6940

Text Example


Text Example

White with #AF6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6940; }

 p { color: rgb(175,105,64); }

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

background-color css

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

 a { background-color: rgb(175,105,64); }

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

border-color css

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

 span { border-color: rgb(175,105,64); }

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