Html Css Color HEX #A5471E Rich Gold

📋 copy color: '#A5471E'

red 165 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #A5471E

Tints of Rich Gold #A5471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 62.03%
G = 26.69%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5471E (or 0xA5471E) is known color: Rich Gold. HEX triplet: A5, 47 and 1E. RGB value is (165,71,30). Sum of RGB (Red+Green+Blue) = 165+71+30=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5471E is #5AB8E1. Grayscale: #5E5E5E. Windows color (decimal): -5945570 or 1984421. OLE color: 1984421.

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

Color convert

RGB 165 71 30 -
CMYK 0 0.57 0.82 0.35
HSL 18.22º 0.69% 0.38% -
HSV(B) 18.22º 0.82% 0.65% -
XYZ 18 12.6 2.71 -
YUV 94.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 165 71 30 0 0.57 0.82 0.35 18.22 0.69 0.38
Hex A5 47 1E 0 39 52 23 12 45 26
Octal 245 107 36 0 71 122 43 22 105 46
Binary 10100101 1000111 11110 0 111001 1010010 100011 10010 1000101 100110

Color Harmonies of #A5471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5471E

Black with #A5471E

Text Example


Text Example

White with #A5471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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