Html Css Color HEX #A54D12 Rich Gold

📋 copy color: '#A54D12'

red 165 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A54D12

Tints of Rich Gold #A54D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 63.46%
G = 29.62%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54D12 (or 0xA54D12) is known color: Rich Gold. HEX triplet: A5, 4D and 12. RGB value is (165,77,18). Sum of RGB (Red+Green+Blue) = 165+77+18=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D12 is #5AB2ED. Grayscale: #606060. Windows color (decimal): -5944046 or 1199525. OLE color: 1199525.

HSL color Cylindrical-coordinate representation of color #A54D12: hue angle of 24.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A54D12 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 18 -
CMYK 0 0.53 0.89 0.35
HSL 24.08º 0.8% 0.36% -
HSV(B) 24.08º 0.89% 0.65% -
XYZ 18.28 13.35 2.19 -
YUV 96.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 165 77 18 0 0.53 0.89 0.35 24.08 0.8 0.36
Hex A5 4D 12 0 35 59 23 18 50 24
Octal 245 115 22 0 65 131 43 30 120 44
Binary 10100101 1001101 10010 0 110101 1011001 100011 11000 1010000 100100

Color Harmonies of #A54D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D12

Black with #A54D12

Text Example


Text Example

White with #A54D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D12; }

 p { color: rgb(165,77,18); }

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

background-color css

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

 a { background-color: rgb(165,77,18); }

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

border-color css

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

 span { border-color: rgb(165,77,18); }

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