Html Css Color HEX #AE6E3A Bourbon

📋 copy color: '#AE6E3A'

red 174 ◦ green 110 ◦ blue 58

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

Shades of Bourbon #AE6E3A

Tints of Bourbon #AE6E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 50.88%
G = 32.16%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE6E3A (or 0xAE6E3A) is known color: Bourbon. HEX triplet: AE, 6E and 3A. RGB value is (174,110,58). Sum of RGB (Red+Green+Blue) = 174+110+58=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E3A is #5191C5. Grayscale: #7B7B7B. Windows color (decimal): -5345734 or 3829422. OLE color: 3829422.

HSL color Cylindrical-coordinate representation of color #AE6E3A: hue angle of 26.9º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE6E3A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 110 58 -
CMYK 0 0.37 0.67 0.32
HSL 26.9º 0.5% 0.45% -
HSV(B) 26.9º 0.67% 0.68% -
XYZ 23.8 20.46 6.7 -
YUV 123.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 174 110 58 0 0.37 0.67 0.32 26.9 0.5 0.45
Hex AE 6E 3A 0 25 43 20 1B 32 2D
Octal 256 156 72 0 45 103 40 33 62 55
Binary 10101110 1101110 111010 0 100101 1000011 100000 11011 110010 101101

Color Harmonies of #AE6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E3A

Black with #AE6E3A

Text Example


Text Example

White with #AE6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E3A; }

 p { color: rgb(174,110,58); }

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

background-color css

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

 a { background-color: rgb(174,110,58); }

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

border-color css

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

 span { border-color: rgb(174,110,58); }

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