Html Css Color HEX #AE673E Bourbon

📋 copy color: '#AE673E'

red 174 ◦ green 103 ◦ blue 62

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

Shades of Bourbon #AE673E

Tints of Bourbon #AE673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 51.33%
G = 30.38%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE673E (or 0xAE673E) is known color: Bourbon. HEX triplet: AE, 67 and 3E. RGB value is (174,103,62). Sum of RGB (Red+Green+Blue) = 174+103+62=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673E is #5198C1. Grayscale: #777777. Windows color (decimal): -5347522 or 4089774. OLE color: 4089774.

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

Color convert

RGB 174 103 62 -
CMYK 0 0.41 0.64 0.32
HSL 21.96º 0.47% 0.46% -
HSV(B) 21.96º 0.64% 0.68% -
XYZ 23.18 19.05 7.01 -
YUV 119.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 174 103 62 0 0.41 0.64 0.32 21.96 0.47 0.46
Hex AE 67 3E 0 29 40 20 16 2F 2E
Octal 256 147 76 0 51 100 40 26 57 56
Binary 10101110 1100111 111110 0 101001 1000000 100000 10110 101111 101110

Color Harmonies of #AE673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE673E

Black with #AE673E

Text Example


Text Example

White with #AE673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE673E; }

 p { color: rgb(174,103,62); }

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

background-color css

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

 a { background-color: rgb(174,103,62); }

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

border-color css

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

 span { border-color: rgb(174,103,62); }

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