Html Css Color HEX #A34D1F Rich Gold

📋 copy color: '#A34D1F'

red 163 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #A34D1F

Tints of Rich Gold #A34D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 60.15%
G = 28.41%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A34D1F (or 0xA34D1F) is known color: Rich Gold. HEX triplet: A3, 4D and 1F. RGB value is (163,77,31). Sum of RGB (Red+Green+Blue) = 163+77+31=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D1F is #5CB2E0. Grayscale: #616161. Windows color (decimal): -6075105 or 2051491. OLE color: 2051491.

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

Color convert

RGB 163 77 31 -
CMYK 0 0.53 0.81 0.36
HSL 20.91º 0.68% 0.38% -
HSV(B) 20.91º 0.81% 0.64% -
XYZ 18.01 13.19 2.89 -
YUV 97.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 163 77 31 0 0.53 0.81 0.36 20.91 0.68 0.38
Hex A3 4D 1F 0 35 51 24 15 44 26
Octal 243 115 37 0 65 121 44 25 104 46
Binary 10100011 1001101 11111 0 110101 1010001 100100 10101 1000100 100110

Color Harmonies of #A34D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D1F

Black with #A34D1F

Text Example


Text Example

White with #A34D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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