Html Css Color HEX #A5481F Rich Gold

📋 copy color: '#A5481F'

red 165 ◦ green 72 ◦ blue 31

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

Shades of Rich Gold #A5481F

Tints of Rich Gold #A5481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 61.57%
G = 26.87%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5481F (or 0xA5481F) is known color: Rich Gold. HEX triplet: A5, 48 and 1F. RGB value is (165,72,31). Sum of RGB (Red+Green+Blue) = 165+72+31=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A5481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5481F is #5AB7E0. Grayscale: #5F5F5F. Windows color (decimal): -5945313 or 2050213. OLE color: 2050213.

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

Color convert

RGB 165 72 31 -
CMYK 0 0.56 0.81 0.35
HSL 18.36º 0.68% 0.38% -
HSV(B) 18.36º 0.81% 0.65% -
XYZ 18.08 12.73 2.8 -
YUV 95.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 165 72 31 0 0.56 0.81 0.35 18.36 0.68 0.38
Hex A5 48 1F 0 38 51 23 12 44 26
Octal 245 110 37 0 70 121 43 22 104 46
Binary 10100101 1001000 11111 0 111000 1010001 100011 10010 1000100 100110

Color Harmonies of #A5481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5481F

Black with #A5481F

Text Example


Text Example

White with #A5481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5481F; }

 p { color: rgb(165,72,31); }

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

background-color css

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

 a { background-color: rgb(165,72,31); }

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

border-color css

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

 span { border-color: rgb(165,72,31); }

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