Html Css Color HEX #AE713B Bourbon

📋 copy color: '#AE713B'

red 174 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #AE713B

Tints of Bourbon #AE713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 50.29%
G = 32.66%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE713B (or 0xAE713B) is known color: Bourbon. HEX triplet: AE, 71 and 3B. RGB value is (174,113,59). Sum of RGB (Red+Green+Blue) = 174+113+59=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE713B is #518EC4. Grayscale: #7D7D7D. Windows color (decimal): -5344965 or 3895726. OLE color: 3895726.

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

Color convert

RGB 174 113 59 -
CMYK 0 0.35 0.66 0.32
HSL 28.17º 0.49% 0.46% -
HSV(B) 28.17º 0.66% 0.68% -
XYZ 24.15 21.12 6.94 -
YUV 125.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 174 113 59 0 0.35 0.66 0.32 28.17 0.49 0.46
Hex AE 71 3B 0 23 42 20 1C 31 2E
Octal 256 161 73 0 43 102 40 34 61 56
Binary 10101110 1110001 111011 0 100011 1000010 100000 11100 110001 101110

Color Harmonies of #AE713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE713B

Black with #AE713B

Text Example


Text Example

White with #AE713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE713B; }

 p { color: rgb(174,113,59); }

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

background-color css

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

 a { background-color: rgb(174,113,59); }

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

border-color css

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

 span { border-color: rgb(174,113,59); }

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