Html Css Color HEX #A34D19 Rich Gold

📋 copy color: '#A34D19'

red 163 ◦ green 77 ◦ blue 25

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

Shades of Rich Gold #A34D19

Tints of Rich Gold #A34D19

RGB

 RED value IS 163 (64.06% from 255) = 61.51%

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

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 61.51%
G = 29.06%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34D19 (or 0xA34D19) is known color: Rich Gold. HEX triplet: A3, 4D and 19. RGB value is (163,77,25). Sum of RGB (Red+Green+Blue) = 163+77+25=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D19 is #5CB2E6. Grayscale: #616161. Windows color (decimal): -6075111 or 1658275. OLE color: 1658275.

HSL color Cylindrical-coordinate representation of color #A34D19: hue angle of 22.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34D19 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 25 -
CMYK 0 0.53 0.85 0.36
HSL 22.61º 0.73% 0.37% -
HSV(B) 22.61º 0.85% 0.64% -
XYZ 17.93 13.16 2.52 -
YUV 96.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 163 77 25 0 0.53 0.85 0.36 22.61 0.73 0.37
Hex A3 4D 19 0 35 55 24 17 49 25
Octal 243 115 31 0 65 125 44 27 111 45
Binary 10100011 1001101 11001 0 110101 1010101 100100 10111 1001001 100101

Color Harmonies of #A34D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D19

Black with #A34D19

Text Example


Text Example

White with #A34D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D19; }

 p { color: rgb(163,77,25); }

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

background-color css

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

 a { background-color: rgb(163,77,25); }

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

border-color css

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

 span { border-color: rgb(163,77,25); }

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