Html Css Color HEX #AE7740 Bourbon

📋 copy color: '#AE7740'

red 174 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #AE7740

Tints of Bourbon #AE7740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 48.74%
G = 33.33%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE7740 (or 0xAE7740) is known color: Bourbon. HEX triplet: AE, 77 and 40. RGB value is (174,119,64). Sum of RGB (Red+Green+Blue) = 174+119+64=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7740 is #5188BF. Grayscale: #818181. Windows color (decimal): -5343424 or 4224942. OLE color: 4224942.

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

Color convert

RGB 174 119 64 -
CMYK 0 0.32 0.63 0.32
HSL 30º 0.46% 0.47% -
HSV(B) 30º 0.63% 0.68% -
XYZ 24.98 22.56 7.89 -
YUV 129.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 174 119 64 0 0.32 0.63 0.32 30 0.46 0.47
Hex AE 77 40 0 20 3F 20 1E 2E 2F
Octal 256 167 100 0 40 77 40 36 56 57
Binary 10101110 1110111 1000000 0 100000 111111 100000 11110 101110 101111

Color Harmonies of #AE7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7740

Black with #AE7740

Text Example


Text Example

White with #AE7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7740; }

 p { color: rgb(174,119,64); }

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

background-color css

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

 a { background-color: rgb(174,119,64); }

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

border-color css

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

 span { border-color: rgb(174,119,64); }

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