Html Css Color HEX #AA621C Golden Brown

📋 copy color: '#AA621C'

red 170 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #AA621C

Tints of Golden Brown #AA621C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 57.43%
G = 33.11%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA621C (or 0xAA621C) is known color: Golden Brown. HEX triplet: AA, 62 and 1C. RGB value is (170,98,28). Sum of RGB (Red+Green+Blue) = 170+98+28=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621C is #559DE3. Grayscale: #6F6F6F. Windows color (decimal): -5610980 or 1860266. OLE color: 1860266.

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

Color convert

RGB 170 98 28 -
CMYK 0 0.42 0.84 0.33
HSL 29.58º 0.72% 0.39% -
HSV(B) 29.58º 0.84% 0.67% -
XYZ 21.15 17.37 3.34 -
YUV 111.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 170 98 28 0 0.42 0.84 0.33 29.58 0.72 0.39
Hex AA 62 1C 0 2A 54 21 1E 48 27
Octal 252 142 34 0 52 124 41 36 110 47
Binary 10101010 1100010 11100 0 101010 1010100 100001 11110 1001000 100111

Color Harmonies of #AA621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA621C

Black with #AA621C

Text Example


Text Example

White with #AA621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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