Html Css Color HEX #AA6A1B Golden Brown

📋 copy color: '#AA6A1B'

red 170 ◦ green 106 ◦ blue 27

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

Shades of Golden Brown #AA6A1B

Tints of Golden Brown #AA6A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 56.11%
G = 34.98%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA6A1B (or 0xAA6A1B) is known color: Golden Brown. HEX triplet: AA, 6A and 1B. RGB value is (170,106,27). Sum of RGB (Red+Green+Blue) = 170+106+27=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A1B is #5595E4. Grayscale: #747474. Windows color (decimal): -5608933 or 1796778. OLE color: 1796778.

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

Color convert

RGB 170 106 27 -
CMYK 0 0.38 0.84 0.33
HSL 33.15º 0.73% 0.39% -
HSV(B) 33.15º 0.84% 0.67% -
XYZ 21.93 18.93 3.54 -
YUV 116.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 170 106 27 0 0.38 0.84 0.33 33.15 0.73 0.39
Hex AA 6A 1B 0 26 54 21 21 49 27
Octal 252 152 33 0 46 124 41 41 111 47
Binary 10101010 1101010 11011 0 100110 1010100 100001 100001 1001001 100111

Color Harmonies of #AA6A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A1B

Black with #AA6A1B

Text Example


Text Example

White with #AA6A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A1B; }

 p { color: rgb(170,106,27); }

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

background-color css

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

 a { background-color: rgb(170,106,27); }

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

border-color css

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

 span { border-color: rgb(170,106,27); }

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