Html Css Color HEX #A54A1A Rich Gold

📋 copy color: '#A54A1A'

red 165 ◦ green 74 ◦ blue 26

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

Shades of Rich Gold #A54A1A

Tints of Rich Gold #A54A1A

RGB

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

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

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

R = 62.26%
G = 27.92%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A54A1A (or 0xA54A1A) is known color: Rich Gold. HEX triplet: A5, 4A and 1A. RGB value is (165,74,26). Sum of RGB (Red+Green+Blue) = 165+74+26=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A1A is #5AB5E5. Grayscale: #606060. Windows color (decimal): -5944806 or 1723045. OLE color: 1723045.

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

Color convert

RGB 165 74 26 -
CMYK 0 0.55 0.84 0.35
HSL 20.72º 0.73% 0.37% -
HSV(B) 20.72º 0.84% 0.65% -
XYZ 18.15 12.97 2.52 -
YUV 95.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 165 74 26 0 0.55 0.84 0.35 20.72 0.73 0.37
Hex A5 4A 1A 0 37 54 23 15 49 25
Octal 245 112 32 0 67 124 43 25 111 45
Binary 10100101 1001010 11010 0 110111 1010100 100011 10101 1001001 100101

Color Harmonies of #A54A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A1A

Black with #A54A1A

Text Example


Text Example

White with #A54A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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