Html Css Color HEX #A54A1F Rich Gold

📋 copy color: '#A54A1F'

red 165 ◦ green 74 ◦ blue 31

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

Shades of Rich Gold #A54A1F

Tints of Rich Gold #A54A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

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

R = 61.11%
G = 27.41%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A54A1F (or 0xA54A1F) is known color: Rich Gold. HEX triplet: A5, 4A and 1F. RGB value is (165,74,31). Sum of RGB (Red+Green+Blue) = 165+74+31=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A1F is #5AB5E0. Grayscale: #606060. Windows color (decimal): -5944801 or 2050725. OLE color: 2050725.

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

Color convert

RGB 165 74 31 -
CMYK 0 0.55 0.81 0.35
HSL 19.25º 0.68% 0.38% -
HSV(B) 19.25º 0.81% 0.65% -
XYZ 18.21 13 2.84 -
YUV 96.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 165 74 31 0 0.55 0.81 0.35 19.25 0.68 0.38
Hex A5 4A 1F 0 37 51 23 13 44 26
Octal 245 112 37 0 67 121 43 23 104 46
Binary 10100101 1001010 11111 0 110111 1010001 100011 10011 1000100 100110

Color Harmonies of #A54A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A1F

Black with #A54A1F

Text Example


Text Example

White with #A54A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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