Html Css Color HEX #AE723D Bourbon

📋 copy color: '#AE723D'

red 174 ◦ green 114 ◦ blue 61

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

Shades of Bourbon #AE723D

Tints of Bourbon #AE723D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 49.86%
G = 32.66%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE723D (or 0xAE723D) is known color: Bourbon. HEX triplet: AE, 72 and 3D. RGB value is (174,114,61). Sum of RGB (Red+Green+Blue) = 174+114+61=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE723D is #518DC2. Grayscale: #7E7E7E. Windows color (decimal): -5344707 or 4027054. OLE color: 4027054.

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

Color convert

RGB 174 114 61 -
CMYK 0 0.34 0.65 0.32
HSL 28.14º 0.48% 0.46% -
HSV(B) 28.14º 0.65% 0.68% -
XYZ 24.32 21.37 7.26 -
YUV 125.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 174 114 61 0 0.34 0.65 0.32 28.14 0.48 0.46
Hex AE 72 3D 0 22 41 20 1C 30 2E
Octal 256 162 75 0 42 101 40 34 60 56
Binary 10101110 1110010 111101 0 100010 1000001 100000 11100 110000 101110

Color Harmonies of #AE723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE723D

Black with #AE723D

Text Example


Text Example

White with #AE723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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