Html Css Color HEX #A5520E Rich Gold

📋 copy color: '#A5520E'

red 165 ◦ green 82 ◦ blue 14

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

Shades of Rich Gold #A5520E

Tints of Rich Gold #A5520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 63.22%
G = 31.42%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5520E (or 0xA5520E) is known color: Rich Gold. HEX triplet: A5, 52 and 0E. RGB value is (165,82,14). Sum of RGB (Red+Green+Blue) = 165+82+14=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5520E is #5AADF1. Grayscale: #636363. Windows color (decimal): -5942770 or 938661. OLE color: 938661.

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

Color convert

RGB 165 82 14 -
CMYK 0 0.50 0.92 0.35
HSL 27.02º 0.84% 0.35% -
HSV(B) 27.02º 0.92% 0.65% -
XYZ 18.61 14.07 2.15 -
YUV 99.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 165 82 14 0 0.50 0.92 0.35 27.02 0.84 0.35
Hex A5 52 E 0 32 5C 23 1B 54 23
Octal 245 122 16 0 62 134 43 33 124 43
Binary 10100101 1010010 1110 0 110010 1011100 100011 11011 1010100 100011

Color Harmonies of #A5520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5520E

Black with #A5520E

Text Example


Text Example

White with #A5520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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