Html Css Color HEX #AA673C Bourbon

📋 copy color: '#AA673C'

red 170 ◦ green 103 ◦ blue 60

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

Shades of Bourbon #AA673C

Tints of Bourbon #AA673C

RGB

 RED value IS 170 (66.8% from 255) = 51.05%

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

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

R = 51.05%
G = 30.93%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA673C (or 0xAA673C) is known color: Bourbon. HEX triplet: AA, 67 and 3C. RGB value is (170,103,60). Sum of RGB (Red+Green+Blue) = 170+103+60=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA673C is #5598C3. Grayscale: #767676. Windows color (decimal): -5609668 or 3958698. OLE color: 3958698.

HSL color Cylindrical-coordinate representation of color #AA673C: hue angle of 23.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA673C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 60 -
CMYK 0 0.39 0.65 0.33
HSL 23.45º 0.48% 0.45% -
HSV(B) 23.45º 0.65% 0.67% -
XYZ 22.24 18.57 6.69 -
YUV 118.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 170 103 60 0 0.39 0.65 0.33 23.45 0.48 0.45
Hex AA 67 3C 0 27 41 21 17 30 2D
Octal 252 147 74 0 47 101 41 27 60 55
Binary 10101010 1100111 111100 0 100111 1000001 100001 10111 110000 101101

Color Harmonies of #AA673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA673C

Black with #AA673C

Text Example


Text Example

White with #AA673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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