Html Css Color HEX #AE754A Bourbon

📋 copy color: '#AE754A'

red 174 ◦ green 117 ◦ blue 74

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

Shades of Bourbon #AE754A

Tints of Bourbon #AE754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 47.67%
G = 32.05%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE754A (or 0xAE754A) is known color: Bourbon. HEX triplet: AE, 75 and 4A. RGB value is (174,117,74). Sum of RGB (Red+Green+Blue) = 174+117+74=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE754A is #518AB5. Grayscale: #818181. Windows color (decimal): -5343926 or 4879790. OLE color: 4879790.

HSL color Cylindrical-coordinate representation of color #AE754A: hue angle of 25.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE754A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 74 -
CMYK 0 0.33 0.57 0.32
HSL 25.8º 0.4% 0.49% -
HSV(B) 25.8º 0.57% 0.68% -
XYZ 25.05 22.22 9.45 -
YUV 129.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 174 117 74 0 0.33 0.57 0.32 25.8 0.4 0.49
Hex AE 75 4A 0 21 39 20 1A 28 31
Octal 256 165 112 0 41 71 40 32 50 61
Binary 10101110 1110101 1001010 0 100001 111001 100000 11010 101000 110001

Color Harmonies of #AE754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE754A

Black with #AE754A

Text Example


Text Example

White with #AE754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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