Html Css Color HEX #AA723F Bourbon

📋 copy color: '#AA723F'

red 170 ◦ green 114 ◦ blue 63

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

Shades of Bourbon #AA723F

Tints of Bourbon #AA723F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.16%

R = 48.99%
G = 32.85%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA723F (or 0xAA723F) is known color: Bourbon. HEX triplet: AA, 72 and 3F. RGB value is (170,114,63). Sum of RGB (Red+Green+Blue) = 170+114+63=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA723F is #558DC0. Grayscale: #7D7D7D. Windows color (decimal): -5606849 or 4158122. OLE color: 4158122.

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

Color convert

RGB 170 114 63 -
CMYK 0 0.33 0.63 0.33
HSL 28.6º 0.46% 0.46% -
HSV(B) 28.6º 0.63% 0.67% -
XYZ 23.49 20.94 7.51 -
YUV 124.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 170 114 63 0 0.33 0.63 0.33 28.6 0.46 0.46
Hex AA 72 3F 0 21 3F 21 1D 2E 2E
Octal 252 162 77 0 41 77 41 35 56 56
Binary 10101010 1110010 111111 0 100001 111111 100001 11101 101110 101110

Color Harmonies of #AA723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA723F

Black with #AA723F

Text Example


Text Example

White with #AA723F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA723F; }

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

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

background-color css

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

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

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

border-color css

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

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

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