Html Css Color HEX #AA724A Bourbon

📋 copy color: '#AA724A'

red 170 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #AA724A

Tints of Bourbon #AA724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 47.49%
G = 31.84%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA724A (or 0xAA724A) is known color: Bourbon. HEX triplet: AA, 72 and 4A. RGB value is (170,114,74). Sum of RGB (Red+Green+Blue) = 170+114+74=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA724A is #558DB5. Grayscale: #7E7E7E. Windows color (decimal): -5606838 or 4879018. OLE color: 4879018.

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

Color convert

RGB 170 114 74 -
CMYK 0 0.33 0.56 0.33
HSL 25º 0.39% 0.48% -
HSV(B) 25º 0.56% 0.67% -
XYZ 23.83 21.08 9.29 -
YUV 126.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 170 114 74 0 0.33 0.56 0.33 25 0.39 0.48
Hex AA 72 4A 0 21 38 21 19 27 30
Octal 252 162 112 0 41 70 41 31 47 60
Binary 10101010 1110010 1001010 0 100001 111000 100001 11001 100111 110000

Color Harmonies of #AA724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA724A

Black with #AA724A

Text Example


Text Example

White with #AA724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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