Html Css Color HEX #AE6437 Bourbon

📋 copy color: '#AE6437'

red 174 ◦ green 100 ◦ blue 55

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

Shades of Bourbon #AE6437

Tints of Bourbon #AE6437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 52.89%
G = 30.4%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE6437 (or 0xAE6437) is known color: Bourbon. HEX triplet: AE, 64 and 37. RGB value is (174,100,55). Sum of RGB (Red+Green+Blue) = 174+100+55=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6437 is #519BC8. Grayscale: #757575. Windows color (decimal): -5348297 or 3630254. OLE color: 3630254.

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

Color convert

RGB 174 100 55 -
CMYK 0 0.43 0.68 0.32
HSL 22.69º 0.52% 0.45% -
HSV(B) 22.69º 0.68% 0.68% -
XYZ 22.7 18.39 5.97 -
YUV 117 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 174 100 55 0 0.43 0.68 0.32 22.69 0.52 0.45
Hex AE 64 37 0 2B 44 20 17 34 2D
Octal 256 144 67 0 53 104 40 27 64 55
Binary 10101110 1100100 110111 0 101011 1000100 100000 10111 110100 101101

Color Harmonies of #AE6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6437

Black with #AE6437

Text Example


Text Example

White with #AE6437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6437; }

 p { color: rgb(174,100,55); }

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

background-color css

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

 a { background-color: rgb(174,100,55); }

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

border-color css

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

 span { border-color: rgb(174,100,55); }

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