Html Css Color HEX #AE6A46 Bourbon

📋 copy color: '#AE6A46'

red 174 ◦ green 106 ◦ blue 70

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

Shades of Bourbon #AE6A46

Tints of Bourbon #AE6A46

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 49.71%
G = 30.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE6A46 (or 0xAE6A46) is known color: Bourbon. HEX triplet: AE, 6A and 46. RGB value is (174,106,70). Sum of RGB (Red+Green+Blue) = 174+106+70=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A46 is #5195B9. Grayscale: #7A7A7A. Windows color (decimal): -5346746 or 4614830. OLE color: 4614830.

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

Color convert

RGB 174 106 70 -
CMYK 0 0.39 0.60 0.32
HSL 20.77º 0.43% 0.48% -
HSV(B) 20.77º 0.6% 0.68% -
XYZ 23.72 19.75 8.36 -
YUV 122.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 174 106 70 0 0.39 0.60 0.32 20.77 0.43 0.48
Hex AE 6A 46 0 27 3C 20 15 2B 30
Octal 256 152 106 0 47 74 40 25 53 60
Binary 10101110 1101010 1000110 0 100111 111100 100000 10101 101011 110000

Color Harmonies of #AE6A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A46

Black with #AE6A46

Text Example


Text Example

White with #AE6A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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