Html Css Color HEX #AE753E Bourbon

📋 copy color: '#AE753E'

red 174 ◦ green 117 ◦ blue 62

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

Shades of Bourbon #AE753E

Tints of Bourbon #AE753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 49.29%
G = 33.14%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE753E (or 0xAE753E) is known color: Bourbon. HEX triplet: AE, 75 and 3E. RGB value is (174,117,62). Sum of RGB (Red+Green+Blue) = 174+117+62=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE753E is #518AC1. Grayscale: #808080. Windows color (decimal): -5343938 or 4093358. OLE color: 4093358.

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

Color convert

RGB 174 117 62 -
CMYK 0 0.33 0.64 0.32
HSL 29.46º 0.47% 0.46% -
HSV(B) 29.46º 0.64% 0.68% -
XYZ 24.69 22.07 7.52 -
YUV 127.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 174 117 62 0 0.33 0.64 0.32 29.46 0.47 0.46
Hex AE 75 3E 0 21 40 20 1D 2F 2E
Octal 256 165 76 0 41 100 40 35 57 56
Binary 10101110 1110101 111110 0 100001 1000000 100000 11101 101111 101110

Color Harmonies of #AE753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE753E

Black with #AE753E

Text Example


Text Example

White with #AE753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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