Html Css Color HEX #AE723B Bourbon

📋 copy color: '#AE723B'

red 174 ◦ green 114 ◦ blue 59

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

Shades of Bourbon #AE723B

Tints of Bourbon #AE723B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 50.14%
G = 32.85%
B = 17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE723B (or 0xAE723B) is known color: Bourbon. HEX triplet: AE, 72 and 3B. RGB value is (174,114,59). Sum of RGB (Red+Green+Blue) = 174+114+59=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723B is #518DC4. Grayscale: #7D7D7D. Windows color (decimal): -5344709 or 3895982. OLE color: 3895982.

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

Color convert

RGB 174 114 59 -
CMYK 0 0.34 0.66 0.32
HSL 28.7º 0.49% 0.46% -
HSV(B) 28.7º 0.66% 0.68% -
XYZ 24.26 21.35 6.98 -
YUV 125.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 174 114 59 0 0.34 0.66 0.32 28.7 0.49 0.46
Hex AE 72 3B 0 22 42 20 1D 31 2E
Octal 256 162 73 0 42 102 40 35 61 56
Binary 10101110 1110010 111011 0 100010 1000010 100000 11101 110001 101110

Color Harmonies of #AE723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE723B

Black with #AE723B

Text Example


Text Example

White with #AE723B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE723B; }

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

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

background-color css

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

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

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

border-color css

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

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

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