Html Css Color HEX #AE7446 Bourbon

📋 copy color: '#AE7446'

red 174 ◦ green 116 ◦ blue 70

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

Shades of Bourbon #AE7446

Tints of Bourbon #AE7446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 48.33%
G = 32.22%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE7446 (or 0xAE7446) is known color: Bourbon. HEX triplet: AE, 74 and 46. RGB value is (174,116,70). Sum of RGB (Red+Green+Blue) = 174+116+70=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7446 is #518BB9. Grayscale: #808080. Windows color (decimal): -5344186 or 4617390. OLE color: 4617390.

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

Color convert

RGB 174 116 70 -
CMYK 0 0.33 0.60 0.32
HSL 26.54º 0.43% 0.48% -
HSV(B) 26.54º 0.6% 0.68% -
XYZ 24.81 21.93 8.72 -
YUV 128.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 174 116 70 0 0.33 0.60 0.32 26.54 0.43 0.48
Hex AE 74 46 0 21 3C 20 1B 2B 30
Octal 256 164 106 0 41 74 40 33 53 60
Binary 10101110 1110100 1000110 0 100001 111100 100000 11011 101011 110000

Color Harmonies of #AE7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7446

Black with #AE7446

Text Example


Text Example

White with #AE7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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