Html Css Color HEX #AA693B Bourbon

📋 copy color: '#AA693B'

red 170 ◦ green 105 ◦ blue 59

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

Shades of Bourbon #AA693B

Tints of Bourbon #AA693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 50.9%
G = 31.44%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA693B (or 0xAA693B) is known color: Bourbon. HEX triplet: AA, 69 and 3B. RGB value is (170,105,59). Sum of RGB (Red+Green+Blue) = 170+105+59=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA693B is #5596C4. Grayscale: #777777. Windows color (decimal): -5609157 or 3893674. OLE color: 3893674.

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

Color convert

RGB 170 105 59 -
CMYK 0 0.38 0.65 0.33
HSL 24.86º 0.48% 0.45% -
HSV(B) 24.86º 0.65% 0.67% -
XYZ 22.42 18.96 6.62 -
YUV 119.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 170 105 59 0 0.38 0.65 0.33 24.86 0.48 0.45
Hex AA 69 3B 0 26 41 21 19 30 2D
Octal 252 151 73 0 46 101 41 31 60 55
Binary 10101010 1101001 111011 0 100110 1000001 100001 11001 110000 101101

Color Harmonies of #AA693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA693B

Black with #AA693B

Text Example


Text Example

White with #AA693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA693B; }

 p { color: rgb(170,105,59); }

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

background-color css

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

 a { background-color: rgb(170,105,59); }

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

border-color css

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

 span { border-color: rgb(170,105,59); }

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