Html Css Color HEX #AE7540 Bourbon

📋 copy color: '#AE7540'

red 174 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #AE7540

Tints of Bourbon #AE7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 49.01%
G = 32.96%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE7540 (or 0xAE7540) is known color: Bourbon. HEX triplet: AE, 75 and 40. RGB value is (174,117,64). Sum of RGB (Red+Green+Blue) = 174+117+64=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7540 is #518ABF. Grayscale: #808080. Windows color (decimal): -5343936 or 4224430. OLE color: 4224430.

HSL color Cylindrical-coordinate representation of color #AE7540: hue angle of 28.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7540 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 64 -
CMYK 0 0.33 0.63 0.32
HSL 28.91º 0.46% 0.47% -
HSV(B) 28.91º 0.63% 0.68% -
XYZ 24.74 22.09 7.81 -
YUV 128 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 174 117 64 0 0.33 0.63 0.32 28.91 0.46 0.47
Hex AE 75 40 0 21 3F 20 1D 2E 2F
Octal 256 165 100 0 41 77 40 35 56 57
Binary 10101110 1110101 1000000 0 100001 111111 100000 11101 101110 101111

Color Harmonies of #AE7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7540

Black with #AE7540

Text Example


Text Example

White with #AE7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7540; }

 p { color: rgb(174,117,64); }

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

background-color css

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

 a { background-color: rgb(174,117,64); }

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

border-color css

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

 span { border-color: rgb(174,117,64); }

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