Html Css Color HEX #AE753D Bourbon

📋 copy color: '#AE753D'

red 174 ◦ green 117 ◦ blue 61

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

Shades of Bourbon #AE753D

Tints of Bourbon #AE753D

RGB

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

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

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

R = 49.43%
G = 33.24%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE753D (or 0xAE753D) is known color: Bourbon. HEX triplet: AE, 75 and 3D. RGB value is (174,117,61). Sum of RGB (Red+Green+Blue) = 174+117+61=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE753D is #518AC2. Grayscale: #7F7F7F. Windows color (decimal): -5343939 or 4027822. OLE color: 4027822.

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

Color convert

RGB 174 117 61 -
CMYK 0 0.33 0.65 0.32
HSL 29.73º 0.48% 0.46% -
HSV(B) 29.73º 0.65% 0.68% -
XYZ 24.66 22.06 7.37 -
YUV 127.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 174 117 61 0 0.33 0.65 0.32 29.73 0.48 0.46
Hex AE 75 3D 0 21 41 20 1E 30 2E
Octal 256 165 75 0 41 101 40 36 60 56
Binary 10101110 1110101 111101 0 100001 1000001 100000 11110 110000 101110

Color Harmonies of #AE753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE753D

Black with #AE753D

Text Example


Text Example

White with #AE753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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