Html Css Color HEX #AE7046 Bourbon

📋 copy color: '#AE7046'

red 174 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #AE7046

Tints of Bourbon #AE7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

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

R = 48.88%
G = 31.46%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE7046 (or 0xAE7046) is known color: Bourbon. HEX triplet: AE, 70 and 46. RGB value is (174,112,70). Sum of RGB (Red+Green+Blue) = 174+112+70=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7046 is #518FB9. Grayscale: #7D7D7D. Windows color (decimal): -5345210 or 4616366. OLE color: 4616366.

HSL color Cylindrical-coordinate representation of color #AE7046: hue angle of 24.23º 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 #AE7046 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 70 -
CMYK 0 0.36 0.60 0.32
HSL 24.23º 0.43% 0.48% -
HSV(B) 24.23º 0.6% 0.68% -
XYZ 24.36 21.03 8.57 -
YUV 125.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 174 112 70 0 0.36 0.60 0.32 24.23 0.43 0.48
Hex AE 70 46 0 24 3C 20 18 2B 30
Octal 256 160 106 0 44 74 40 30 53 60
Binary 10101110 1110000 1000110 0 100100 111100 100000 11000 101011 110000

Color Harmonies of #AE7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7046

Black with #AE7046

Text Example


Text Example

White with #AE7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7046; }

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

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

background-color css

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

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

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

border-color css

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

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

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