Html Css Color HEX #A34914 Rich Gold

📋 copy color: '#A34914'

red 163 ◦ green 73 ◦ blue 20

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

Shades of Rich Gold #A34914

Tints of Rich Gold #A34914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 63.67%
G = 28.52%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A34914 (or 0xA34914) is known color: Rich Gold. HEX triplet: A3, 49 and 14. RGB value is (163,73,20). Sum of RGB (Red+Green+Blue) = 163+73+20=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A34914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34914 is #5CB6EB. Grayscale: #5E5E5E. Windows color (decimal): -6076140 or 1329571. OLE color: 1329571.

HSL color Cylindrical-coordinate representation of color #A34914: hue angle of 22.24º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A34914 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 20 -
CMYK 0 0.55 0.88 0.36
HSL 22.24º 0.78% 0.36% -
HSV(B) 22.24º 0.88% 0.64% -
XYZ 17.61 12.6 2.17 -
YUV 93.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 163 73 20 0 0.55 0.88 0.36 22.24 0.78 0.36
Hex A3 49 14 0 37 58 24 16 4E 24
Octal 243 111 24 0 67 130 44 26 116 44
Binary 10100011 1001001 10100 0 110111 1011000 100100 10110 1001110 100100

Color Harmonies of #A34914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34914

Black with #A34914

Text Example


Text Example

White with #A34914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34914; }

 p { color: rgb(163,73,20); }

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

background-color css

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

 a { background-color: rgb(163,73,20); }

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

border-color css

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

 span { border-color: rgb(163,73,20); }

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