Html Css Color HEX #A54A26 Rich Gold

📋 copy color: '#A54A26'

red 165 ◦ green 74 ◦ blue 38

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

Shades of Rich Gold #A54A26

Tints of Rich Gold #A54A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 59.57%
G = 26.71%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A54A26 (or 0xA54A26) is known color: Rich Gold. HEX triplet: A5, 4A and 26. RGB value is (165,74,38). Sum of RGB (Red+Green+Blue) = 165+74+38=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A26 is #5AB5D9. Grayscale: #616161. Windows color (decimal): -5944794 or 2509477. OLE color: 2509477.

HSL color Cylindrical-coordinate representation of color #A54A26: hue angle of 17.01º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A54A26 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 38 -
CMYK 0 0.55 0.77 0.35
HSL 17.01º 0.63% 0.4% -
HSV(B) 17.01º 0.77% 0.65% -
XYZ 18.32 13.04 3.38 -
YUV 97.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 165 74 38 0 0.55 0.77 0.35 17.01 0.63 0.4
Hex A5 4A 26 0 37 4D 23 11 3F 28
Octal 245 112 46 0 67 115 43 21 77 50
Binary 10100101 1001010 100110 0 110111 1001101 100011 10001 111111 101000

Color Harmonies of #A54A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A26

Black with #A54A26

Text Example


Text Example

White with #A54A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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