Html Css Color HEX #AE7746 Bourbon

📋 copy color: '#AE7746'

red 174 ◦ green 119 ◦ blue 70

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

Shades of Bourbon #AE7746

Tints of Bourbon #AE7746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 47.93%
G = 32.78%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE7746 (or 0xAE7746) is known color: Bourbon. HEX triplet: AE, 77 and 46. RGB value is (174,119,70). Sum of RGB (Red+Green+Blue) = 174+119+70=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7746 is #5188B9. Grayscale: #828282. Windows color (decimal): -5343418 or 4618158. OLE color: 4618158.

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

Color convert

RGB 174 119 70 -
CMYK 0 0.32 0.60 0.32
HSL 28.27º 0.43% 0.48% -
HSV(B) 28.27º 0.6% 0.68% -
XYZ 25.16 22.63 8.84 -
YUV 129.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 174 119 70 0 0.32 0.60 0.32 28.27 0.43 0.48
Hex AE 77 46 0 20 3C 20 1C 2B 30
Octal 256 167 106 0 40 74 40 34 53 60
Binary 10101110 1110111 1000110 0 100000 111100 100000 11100 101011 110000

Color Harmonies of #AE7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7746

Black with #AE7746

Text Example


Text Example

White with #AE7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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