Html Css Color HEX #A54C23 Rich Gold

📋 copy color: '#A54C23'

red 165 ◦ green 76 ◦ blue 35

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

Shades of Rich Gold #A54C23

Tints of Rich Gold #A54C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 59.78%
G = 27.54%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A54C23 (or 0xA54C23) is known color: Rich Gold. HEX triplet: A5, 4C and 23. RGB value is (165,76,35). Sum of RGB (Red+Green+Blue) = 165+76+35=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C23 is #5AB3DC. Grayscale: #626262. Windows color (decimal): -5944285 or 2313381. OLE color: 2313381.

HSL color Cylindrical-coordinate representation of color #A54C23: hue angle of 18.92º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A54C23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 35 -
CMYK 0 0.54 0.79 0.35
HSL 18.92º 0.65% 0.39% -
HSV(B) 18.92º 0.79% 0.65% -
XYZ 18.4 13.29 3.19 -
YUV 97.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 165 76 35 0 0.54 0.79 0.35 18.92 0.65 0.39
Hex A5 4C 23 0 36 4F 23 13 41 27
Octal 245 114 43 0 66 117 43 23 101 47
Binary 10100101 1001100 100011 0 110110 1001111 100011 10011 1000001 100111

Color Harmonies of #A54C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C23

Black with #A54C23

Text Example


Text Example

White with #A54C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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