Html Css Color HEX #AE7346 Bourbon

📋 copy color: '#AE7346'

red 174 ◦ green 115 ◦ blue 70

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

Shades of Bourbon #AE7346

Tints of Bourbon #AE7346

RGB

 RED value IS 174 (68.36% from 255) = 48.47%

 GREEN value IS 115 (45.31% from 255) = 32.03%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 48.47%
G = 32.03%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE7346 (or 0xAE7346) is known color: Bourbon. HEX triplet: AE, 73 and 46. RGB value is (174,115,70). Sum of RGB (Red+Green+Blue) = 174+115+70=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7346 is #518CB9. Grayscale: #7F7F7F. Windows color (decimal): -5344442 or 4617134. OLE color: 4617134.

HSL color Cylindrical-coordinate representation of color #AE7346: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE7346 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 115 70 -
CMYK 0 0.34 0.60 0.32
HSL 25.96º 0.43% 0.48% -
HSV(B) 25.96º 0.6% 0.68% -
XYZ 24.69 21.7 8.68 -
YUV 127.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 174 115 70 0 0.34 0.60 0.32 25.96 0.43 0.48
Hex AE 73 46 0 22 3C 20 1A 2B 30
Octal 256 163 106 0 42 74 40 32 53 60
Binary 10101110 1110011 1000110 0 100010 111100 100000 11010 101011 110000

Color Harmonies of #AE7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7346

Black with #AE7346

Text Example


Text Example

White with #AE7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7346; }

 p { color: rgb(174,115,70); }

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

background-color css

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

 a { background-color: rgb(174,115,70); }

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

border-color css

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

 span { border-color: rgb(174,115,70); }

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