Html Css Color HEX #AA661A Golden Brown

📋 copy color: '#AA661A'

red 170 ◦ green 102 ◦ blue 26

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

Shades of Golden Brown #AA661A

Tints of Golden Brown #AA661A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 57.05%
G = 34.23%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA661A (or 0xAA661A) is known color: Golden Brown. HEX triplet: AA, 66 and 1A. RGB value is (170,102,26). Sum of RGB (Red+Green+Blue) = 170+102+26=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA661A is #5599E5. Grayscale: #727272. Windows color (decimal): -5609958 or 1730218. OLE color: 1730218.

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

Color convert

RGB 170 102 26 -
CMYK 0 0.4 0.85 0.33
HSL 31.67º 0.73% 0.38% -
HSV(B) 31.67º 0.85% 0.67% -
XYZ 21.52 18.12 3.34 -
YUV 113.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 170 102 26 0 0.4 0.85 0.33 31.67 0.73 0.38
Hex AA 66 1A 0 28 55 21 20 49 26
Octal 252 146 32 0 50 125 41 40 111 46
Binary 10101010 1100110 11010 0 101000 1010101 100001 100000 1001001 100110

Color Harmonies of #AA661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA661A

Black with #AA661A

Text Example


Text Example

White with #AA661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA661A; }

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

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

background-color css

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

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

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

border-color css

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

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

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