Html Css Color HEX #AE713F Bourbon

📋 copy color: '#AE713F'

red 174 ◦ green 113 ◦ blue 63

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

Shades of Bourbon #AE713F

Tints of Bourbon #AE713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18%

R = 49.71%
G = 32.29%
B = 18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE713F (or 0xAE713F) is known color: Bourbon. HEX triplet: AE, 71 and 3F. RGB value is (174,113,63). Sum of RGB (Red+Green+Blue) = 174+113+63=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE713F is #518EC0. Grayscale: #7D7D7D. Windows color (decimal): -5344961 or 4157870. OLE color: 4157870.

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

Color convert

RGB 174 113 63 -
CMYK 0 0.35 0.64 0.32
HSL 27.03º 0.47% 0.46% -
HSV(B) 27.03º 0.64% 0.68% -
XYZ 24.26 21.17 7.51 -
YUV 125.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 174 113 63 0 0.35 0.64 0.32 27.03 0.47 0.46
Hex AE 71 3F 0 23 40 20 1B 2F 2E
Octal 256 161 77 0 43 100 40 33 57 56
Binary 10101110 1110001 111111 0 100011 1000000 100000 11011 101111 101110

Color Harmonies of #AE713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE713F

Black with #AE713F

Text Example


Text Example

White with #AE713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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