Html Css Color HEX #AE7742 Bourbon

📋 copy color: '#AE7742'

red 174 ◦ green 119 ◦ blue 66

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

Shades of Bourbon #AE7742

Tints of Bourbon #AE7742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 48.47%
G = 33.15%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE7742 (or 0xAE7742) is known color: Bourbon. HEX triplet: AE, 77 and 42. RGB value is (174,119,66). Sum of RGB (Red+Green+Blue) = 174+119+66=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7742 is #5188BD. Grayscale: #818181. Windows color (decimal): -5343422 or 4356014. OLE color: 4356014.

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

Color convert

RGB 174 119 66 -
CMYK 0 0.32 0.62 0.32
HSL 29.44º 0.45% 0.47% -
HSV(B) 29.44º 0.62% 0.68% -
XYZ 25.04 22.59 8.19 -
YUV 129.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 174 119 66 0 0.32 0.62 0.32 29.44 0.45 0.47
Hex AE 77 42 0 20 3E 20 1D 2D 2F
Octal 256 167 102 0 40 76 40 35 55 57
Binary 10101110 1110111 1000010 0 100000 111110 100000 11101 101101 101111

Color Harmonies of #AE7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7742

Black with #AE7742

Text Example


Text Example

White with #AE7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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