Html Css Color HEX #AA663E Bourbon

📋 copy color: '#AA663E'

red 170 ◦ green 102 ◦ blue 62

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

Shades of Bourbon #AA663E

Tints of Bourbon #AA663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 50.9%
G = 30.54%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA663E (or 0xAA663E) is known color: Bourbon. HEX triplet: AA, 66 and 3E. RGB value is (170,102,62). Sum of RGB (Red+Green+Blue) = 170+102+62=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663E is #5599C1. Grayscale: #767676. Windows color (decimal): -5609922 or 4089514. OLE color: 4089514.

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

Color convert

RGB 170 102 62 -
CMYK 0 0.4 0.64 0.33
HSL 22.22º 0.47% 0.45% -
HSV(B) 22.22º 0.64% 0.67% -
XYZ 22.2 18.4 6.94 -
YUV 117.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 170 102 62 0 0.4 0.64 0.33 22.22 0.47 0.45
Hex AA 66 3E 0 28 40 21 16 2F 2D
Octal 252 146 76 0 50 100 41 26 57 55
Binary 10101010 1100110 111110 0 101000 1000000 100001 10110 101111 101101

Color Harmonies of #AA663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA663E

Black with #AA663E

Text Example


Text Example

White with #AA663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA663E; }

 p { color: rgb(170,102,62); }

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

background-color css

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

 a { background-color: rgb(170,102,62); }

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

border-color css

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

 span { border-color: rgb(170,102,62); }

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