Html Css Color HEX #A54C17 Rich Gold

📋 copy color: '#A54C17'

red 165 ◦ green 76 ◦ blue 23

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

Shades of Rich Gold #A54C17

Tints of Rich Gold #A54C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 62.5%
G = 28.79%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A54C17 (or 0xA54C17) is known color: Rich Gold. HEX triplet: A5, 4C and 17. RGB value is (165,76,23). Sum of RGB (Red+Green+Blue) = 165+76+23=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C17 is #5AB3E8. Grayscale: #606060. Windows color (decimal): -5944297 or 1526949. OLE color: 1526949.

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

Color convert

RGB 165 76 23 -
CMYK 0 0.54 0.86 0.35
HSL 22.39º 0.76% 0.37% -
HSV(B) 22.39º 0.86% 0.65% -
XYZ 18.26 13.23 2.4 -
YUV 96.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 165 76 23 0 0.54 0.86 0.35 22.39 0.76 0.37
Hex A5 4C 17 0 36 56 23 16 4C 25
Octal 245 114 27 0 66 126 43 26 114 45
Binary 10100101 1001100 10111 0 110110 1010110 100011 10110 1001100 100101

Color Harmonies of #A54C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C17

Black with #A54C17

Text Example


Text Example

White with #A54C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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