Html Css Color HEX #AA621A Golden Brown

📋 copy color: '#AA621A'

red 170 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #AA621A

Tints of Golden Brown #AA621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 57.82%
G = 33.33%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA621A (or 0xAA621A) is known color: Golden Brown. HEX triplet: AA, 62 and 1A. RGB value is (170,98,26). Sum of RGB (Red+Green+Blue) = 170+98+26=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621A is #559DE5. Grayscale: #6F6F6F. Windows color (decimal): -5610982 or 1729194. OLE color: 1729194.

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

Color convert

RGB 170 98 26 -
CMYK 0 0.42 0.85 0.33
HSL 30º 0.73% 0.38% -
HSV(B) 30º 0.85% 0.67% -
XYZ 21.13 17.36 3.21 -
YUV 111.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 170 98 26 0 0.42 0.85 0.33 30 0.73 0.38
Hex AA 62 1A 0 2A 55 21 1E 49 26
Octal 252 142 32 0 52 125 41 36 111 46
Binary 10101010 1100010 11010 0 101010 1010101 100001 11110 1001001 100110

Color Harmonies of #AA621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA621A

Black with #AA621A

Text Example


Text Example

White with #AA621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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