Html Css Color HEX #AA723C Bourbon

📋 copy color: '#AA723C'

red 170 ◦ green 114 ◦ blue 60

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

Shades of Bourbon #AA723C

Tints of Bourbon #AA723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

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

R = 49.42%
G = 33.14%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA723C (or 0xAA723C) is known color: Bourbon. HEX triplet: AA, 72 and 3C. RGB value is (170,114,60). Sum of RGB (Red+Green+Blue) = 170+114+60=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA723C is #558DC3. Grayscale: #7C7C7C. Windows color (decimal): -5606852 or 3961514. OLE color: 3961514.

HSL color Cylindrical-coordinate representation of color #AA723C: hue angle of 29.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 #AA723C is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 60 -
CMYK 0 0.33 0.65 0.33
HSL 29.45º 0.48% 0.45% -
HSV(B) 29.45º 0.65% 0.67% -
XYZ 23.41 20.91 7.08 -
YUV 124.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 170 114 60 0 0.33 0.65 0.33 29.45 0.48 0.45
Hex AA 72 3C 0 21 41 21 1D 30 2D
Octal 252 162 74 0 41 101 41 35 60 55
Binary 10101010 1110010 111100 0 100001 1000001 100001 11101 110000 101101

Color Harmonies of #AA723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA723C

Black with #AA723C

Text Example


Text Example

White with #AA723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA723C; }

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

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

background-color css

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

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

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

border-color css

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

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

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