Html Css Color HEX #A54A17 Rich Gold

📋 copy color: '#A54A17'

red 165 ◦ green 74 ◦ blue 23

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

Shades of Rich Gold #A54A17

Tints of Rich Gold #A54A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 62.98%
G = 28.24%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A54A17 (or 0xA54A17) is known color: Rich Gold. HEX triplet: A5, 4A and 17. RGB value is (165,74,23). Sum of RGB (Red+Green+Blue) = 165+74+23=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A17 is #5AB5E8. Grayscale: #5F5F5F. Windows color (decimal): -5944809 or 1526437. OLE color: 1526437.

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

Color convert

RGB 165 74 23 -
CMYK 0 0.55 0.86 0.35
HSL 21.55º 0.76% 0.37% -
HSV(B) 21.55º 0.86% 0.65% -
XYZ 18.12 12.96 2.36 -
YUV 95.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 165 74 23 0 0.55 0.86 0.35 21.55 0.76 0.37
Hex A5 4A 17 0 37 56 23 16 4C 25
Octal 245 112 27 0 67 126 43 26 114 45
Binary 10100101 1001010 10111 0 110111 1010110 100011 10110 1001100 100101

Color Harmonies of #A54A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A17

Black with #A54A17

Text Example


Text Example

White with #A54A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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