Html Css Color HEX #A34C1E Rich Gold

📋 copy color: '#A34C1E'

red 163 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A34C1E

Tints of Rich Gold #A34C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 60.59%
G = 28.25%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A34C1E (or 0xA34C1E) is known color: Rich Gold. HEX triplet: A3, 4C and 1E. RGB value is (163,76,30). Sum of RGB (Red+Green+Blue) = 163+76+30=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C1E is #5CB3E1. Grayscale: #616161. Windows color (decimal): -6075362 or 1985699. OLE color: 1985699.

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

Color convert

RGB 163 76 30 -
CMYK 0 0.53 0.82 0.36
HSL 20.75º 0.69% 0.38% -
HSV(B) 20.75º 0.82% 0.64% -
XYZ 17.92 13.05 2.8 -
YUV 96.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 163 76 30 0 0.53 0.82 0.36 20.75 0.69 0.38
Hex A3 4C 1E 0 35 52 24 15 45 26
Octal 243 114 36 0 65 122 44 25 105 46
Binary 10100011 1001100 11110 0 110101 1010010 100100 10101 1000101 100110

Color Harmonies of #A34C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C1E

Black with #A34C1E

Text Example


Text Example

White with #A34C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C1E; }

 p { color: rgb(163,76,30); }

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

background-color css

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

 a { background-color: rgb(163,76,30); }

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

border-color css

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

 span { border-color: rgb(163,76,30); }

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