Html Css Color HEX #AE673C Bourbon

📋 copy color: '#AE673C'

red 174 ◦ green 103 ◦ blue 60

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

Shades of Bourbon #AE673C

Tints of Bourbon #AE673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 51.63%
G = 30.56%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE673C (or 0xAE673C) is known color: Bourbon. HEX triplet: AE, 67 and 3C. RGB value is (174,103,60). Sum of RGB (Red+Green+Blue) = 174+103+60=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673C is #5198C3. Grayscale: #777777. Windows color (decimal): -5347524 or 3958702. OLE color: 3958702.

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

Color convert

RGB 174 103 60 -
CMYK 0 0.41 0.66 0.32
HSL 22.63º 0.49% 0.46% -
HSV(B) 22.63º 0.66% 0.68% -
XYZ 23.12 19.03 6.73 -
YUV 119.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 174 103 60 0 0.41 0.66 0.32 22.63 0.49 0.46
Hex AE 67 3C 0 29 42 20 17 31 2E
Octal 256 147 74 0 51 102 40 27 61 56
Binary 10101110 1100111 111100 0 101001 1000010 100000 10111 110001 101110

Color Harmonies of #AE673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE673C

Black with #AE673C

Text Example


Text Example

White with #AE673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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