Html Css Color HEX #AE6C46 Bourbon

📋 copy color: '#AE6C46'

red 174 ◦ green 108 ◦ blue 70

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

Shades of Bourbon #AE6C46

Tints of Bourbon #AE6C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

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

R = 49.43%
G = 30.68%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE6C46 (or 0xAE6C46) is known color: Bourbon. HEX triplet: AE, 6C and 46. RGB value is (174,108,70). Sum of RGB (Red+Green+Blue) = 174+108+70=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C46 is #5193B9. Grayscale: #7B7B7B. Windows color (decimal): -5346234 or 4615342. OLE color: 4615342.

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

Color convert

RGB 174 108 70 -
CMYK 0 0.38 0.60 0.32
HSL 21.92º 0.43% 0.48% -
HSV(B) 21.92º 0.6% 0.68% -
XYZ 23.92 20.17 8.43 -
YUV 123.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 174 108 70 0 0.38 0.60 0.32 21.92 0.43 0.48
Hex AE 6C 46 0 26 3C 20 16 2B 30
Octal 256 154 106 0 46 74 40 26 53 60
Binary 10101110 1101100 1000110 0 100110 111100 100000 10110 101011 110000

Color Harmonies of #AE6C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C46

Black with #AE6C46

Text Example


Text Example

White with #AE6C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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