Html Css Color HEX #AE753C Bourbon

📋 copy color: '#AE753C'

red 174 ◦ green 117 ◦ blue 60

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

Shades of Bourbon #AE753C

Tints of Bourbon #AE753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 49.57%
G = 33.33%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE753C (or 0xAE753C) is known color: Bourbon. HEX triplet: AE, 75 and 3C. RGB value is (174,117,60). Sum of RGB (Red+Green+Blue) = 174+117+60=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE753C is #518AC3. Grayscale: #7F7F7F. Windows color (decimal): -5343940 or 3962286. OLE color: 3962286.

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

Color convert

RGB 174 117 60 -
CMYK 0 0.33 0.66 0.32
HSL 30º 0.49% 0.46% -
HSV(B) 30º 0.66% 0.68% -
XYZ 24.63 22.05 7.23 -
YUV 127.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 174 117 60 0 0.33 0.66 0.32 30 0.49 0.46
Hex AE 75 3C 0 21 42 20 1E 31 2E
Octal 256 165 74 0 41 102 40 36 61 56
Binary 10101110 1110101 111100 0 100001 1000010 100000 11110 110001 101110

Color Harmonies of #AE753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE753C

Black with #AE753C

Text Example


Text Example

White with #AE753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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