Html Css Color HEX #AA703F Bourbon

📋 copy color: '#AA703F'

red 170 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #AA703F

Tints of Bourbon #AA703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 49.28%
G = 32.46%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA703F (or 0xAA703F) is known color: Bourbon. HEX triplet: AA, 70 and 3F. RGB value is (170,112,63). Sum of RGB (Red+Green+Blue) = 170+112+63=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA703F is #558FC0. Grayscale: #7C7C7C. Windows color (decimal): -5607361 or 4157610. OLE color: 4157610.

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

Color convert

RGB 170 112 63 -
CMYK 0 0.34 0.63 0.33
HSL 27.48º 0.46% 0.46% -
HSV(B) 27.48º 0.63% 0.67% -
XYZ 23.27 20.49 7.43 -
YUV 123.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 170 112 63 0 0.34 0.63 0.33 27.48 0.46 0.46
Hex AA 70 3F 0 22 3F 21 1B 2E 2E
Octal 252 160 77 0 42 77 41 33 56 56
Binary 10101010 1110000 111111 0 100010 111111 100001 11011 101110 101110

Color Harmonies of #AA703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA703F

Black with #AA703F

Text Example


Text Example

White with #AA703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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