Html Css Color HEX #A34A19 Rich Gold

📋 copy color: '#A34A19'

red 163 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #A34A19

Tints of Rich Gold #A34A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 62.21%
G = 28.24%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34A19 (or 0xA34A19) is known color: Rich Gold. HEX triplet: A3, 4A and 19. RGB value is (163,74,25). Sum of RGB (Red+Green+Blue) = 163+74+25=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A19 is #5CB5E6. Grayscale: #5F5F5F. Windows color (decimal): -6075879 or 1657507. OLE color: 1657507.

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

Color convert

RGB 163 74 25 -
CMYK 0 0.55 0.85 0.36
HSL 21.3º 0.73% 0.37% -
HSV(B) 21.3º 0.85% 0.64% -
XYZ 17.73 12.75 2.45 -
YUV 95.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 163 74 25 0 0.55 0.85 0.36 21.3 0.73 0.37
Hex A3 4A 19 0 37 55 24 15 49 25
Octal 243 112 31 0 67 125 44 25 111 45
Binary 10100011 1001010 11001 0 110111 1010101 100100 10101 1001001 100101

Color Harmonies of #A34A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A19

Black with #A34A19

Text Example


Text Example

White with #A34A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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