Html Css Color HEX #A34519 Rich Gold

📋 copy color: '#A34519'

red 163 ◦ green 69 ◦ blue 25

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

Shades of Rich Gold #A34519

Tints of Rich Gold #A34519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 63.42%
G = 26.85%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34519 (or 0xA34519) is known color: Rich Gold. HEX triplet: A3, 45 and 19. RGB value is (163,69,25). Sum of RGB (Red+Green+Blue) = 163+69+25=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A34519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34519 is #5CBAE6. Grayscale: #5C5C5C. Windows color (decimal): -6077159 or 1656227. OLE color: 1656227.

HSL color Cylindrical-coordinate representation of color #A34519: hue angle of 19.13º 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 #A34519 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 69 25 -
CMYK 0 0.58 0.85 0.36
HSL 19.13º 0.73% 0.37% -
HSV(B) 19.13º 0.85% 0.64% -
XYZ 17.41 12.11 2.34 -
YUV 92.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 163 69 25 0 0.58 0.85 0.36 19.13 0.73 0.37
Hex A3 45 19 0 3A 55 24 13 49 25
Octal 243 105 31 0 72 125 44 23 111 45
Binary 10100011 1000101 11001 0 111010 1010101 100100 10011 1001001 100101

Color Harmonies of #A34519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34519

Black with #A34519

Text Example


Text Example

White with #A34519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34519; }

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

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

background-color css

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

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

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

border-color css

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

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

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