Html Css Color HEX #A5521B Rich Gold

📋 copy color: '#A5521B'

red 165 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #A5521B

Tints of Rich Gold #A5521B

RGB

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

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

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

R = 60.22%
G = 29.93%
B = 9.85%

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

#A5521B (or 0xA5521B) is known color: Rich Gold. HEX triplet: A5, 52 and 1B. RGB value is (165,82,27). Sum of RGB (Red+Green+Blue) = 165+82+27=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5521B is #5AADE4. Grayscale: #646464. Windows color (decimal): -5942757 or 1790629. OLE color: 1790629.

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

Color convert

RGB 165 82 27 -
CMYK 0 0.50 0.84 0.35
HSL 23.91º 0.72% 0.38% -
HSV(B) 23.91º 0.84% 0.65% -
XYZ 18.73 14.11 2.77 -
YUV 100.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 165 82 27 0 0.50 0.84 0.35 23.91 0.72 0.38
Hex A5 52 1B 0 32 54 23 18 48 26
Octal 245 122 33 0 62 124 43 30 110 46
Binary 10100101 1010010 11011 0 110010 1010100 100011 11000 1001000 100110

Color Harmonies of #A5521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5521B

Black with #A5521B

Text Example


Text Example

White with #A5521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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