Html Css Color HEX #A5471A Rich Gold

📋 copy color: '#A5471A'

red 165 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #A5471A

Tints of Rich Gold #A5471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 62.98%
G = 27.1%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5471A (or 0xA5471A) is known color: Rich Gold. HEX triplet: A5, 47 and 1A. RGB value is (165,71,26). Sum of RGB (Red+Green+Blue) = 165+71+26=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5471A is #5AB8E5. Grayscale: #5E5E5E. Windows color (decimal): -5945574 or 1722277. OLE color: 1722277.

HSL color Cylindrical-coordinate representation of color #A5471A: hue angle of 19.42º 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 #A5471A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 26 -
CMYK 0 0.57 0.84 0.35
HSL 19.42º 0.73% 0.37% -
HSV(B) 19.42º 0.84% 0.65% -
XYZ 17.96 12.58 2.46 -
YUV 93.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 165 71 26 0 0.57 0.84 0.35 19.42 0.73 0.37
Hex A5 47 1A 0 39 54 23 13 49 25
Octal 245 107 32 0 71 124 43 23 111 45
Binary 10100101 1000111 11010 0 111001 1010100 100011 10011 1001001 100101

Color Harmonies of #A5471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5471A

Black with #A5471A

Text Example


Text Example

White with #A5471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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