Html Css Color HEX #A5521A Rich Gold

📋 copy color: '#A5521A'

red 165 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #A5521A

Tints of Rich Gold #A5521A

RGB

 RED value IS 165 (64.84% from 255) = 60.44%

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 60.44%
G = 30.04%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5521A (or 0xA5521A) is known color: Rich Gold. HEX triplet: A5, 52 and 1A. RGB value is (165,82,26). Sum of RGB (Red+Green+Blue) = 165+82+26=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5521A is #5AADE5. Grayscale: #646464. Windows color (decimal): -5942758 or 1725093. OLE color: 1725093.

HSL color Cylindrical-coordinate representation of color #A5521A: hue angle of 24.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5521A is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 26 -
CMYK 0 0.50 0.84 0.35
HSL 24.17º 0.73% 0.37% -
HSV(B) 24.17º 0.84% 0.65% -
XYZ 18.72 14.11 2.71 -
YUV 100.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 165 82 26 0 0.50 0.84 0.35 24.17 0.73 0.37
Hex A5 52 1A 0 32 54 23 18 49 25
Octal 245 122 32 0 62 124 43 30 111 45
Binary 10100101 1010010 11010 0 110010 1010100 100011 11000 1001001 100101

Color Harmonies of #A5521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5521A

Black with #A5521A

Text Example


Text Example

White with #A5521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5521A; }

 p { color: rgb(165,82,26); }

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

background-color css

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

 a { background-color: rgb(165,82,26); }

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

border-color css

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

 span { border-color: rgb(165,82,26); }

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